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 / include / torch / csrc / autograd / python_legacy_variable.h
Size: Mime:
#pragma once

// Instantiates torch._C._LegacyVariableBase, which defines the Python
// constructor (__new__) for torch.autograd.Variable.

#include <torch/csrc/python_headers.h>

namespace torch {
namespace autograd {

void init_legacy_variable(PyObject* module);

}
} // namespace torch