Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
torch / packaged / autograd / templates / python_functions.h
Size: Mime:
#pragma once

#include <Python.h>

// ${generated_comment}

// Python bindings for automatically generated autograd functions

namespace torch { namespace autograd { namespace generated {

${shard_forward_declare}

inline void initialize_autogenerated_functions(PyObject* module) {
  ${shard_call}
}

}}} // namespace torch::autograd::generated