Caffe2 - C++ API
A deep learning, cross platform ML framework
Data Fields
THPFunction Struct Reference

Data Fields

PyObject_HEAD PyObject * needs_input_grad
 
PyObject * to_save
 
PyObject * non_differentiable
 
PyObject * dirty_tensors
 
std::vector< torch::autograd::VariableInfooutput_info
 
std::vector< torch::autograd::VariableInfoinput_info
 
std::vector< torch::autograd::SavedVariablesaved_variables
 
std::vector< bool > is_variable_input
 
char has_freed_buffers
 
torch::autograd::PyFunction cdata
 

Detailed Description

Definition at line 66 of file python_function.h.


The documentation for this struct was generated from the following file: