Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

edgify / torch   python

Repository URL to install this package:

Version: 2.0.1+cpu 

/ packaged / ATen / templates / DispatchKeyNativeFunctions.h

#pragma once

// an external backend might generate file within its code tree
// and check all the source files within the tree with clang-format.
// so, disable it since the backend might have a different config.
// clang-format off

// ${generated_comment}

#include <ATen/Tensor.h>

${namespace_prologue}

struct ${class_name} {

${dispatch_declarations}

};
${namespace_epilogue}