Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions | Data Fields
torch::autograd::PyFunction Struct Reference
Inheritance diagram for torch::autograd::PyFunction:

Public Member Functions

 PyFunction (PyObject *obj)
 
variable_list apply (variable_list &&inputs) override
 
variable_list legacy_apply (const variable_list &inputs)
 
void release_variables () override
 
std::string name () const override
 
std::shared_ptr< Function > get_shared_ptr () override
 
bool is_traceable () override
 

Data Fields

PyObject * obj
 

Detailed Description

Definition at line 34 of file python_function.h.


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