Caffe2 - C++ API
A deep learning, cross platform ML framework
Related Pages
Modules
Data Structures
Files
C++ API
Python API
GitHub
File List
Globals
torch
csrc
autograd
python_legacy_variable.h
1
#pragma once
2
3
// Instantiates torch._C._LegacyVariableBase, which defines the Python
4
// constructor (__new__) for torch.autograd.Variable.
5
6
#include <torch/csrc/python_headers.h>
7
8
namespace
torch
{
namespace
autograd {
9
10
void
init_legacy_variable(PyObject *module);
11
12
}}
// namespace torch::autograd
torch
Definition:
jit_type.h:17
Generated on Thu Mar 21 2019 13:06:22 for Caffe2 - C++ API by
1.8.11