Data Fields | |
| PyObject_HEAD PyObject * | needs_input_grad |
| PyObject * | to_save |
| PyObject * | non_differentiable |
| PyObject * | dirty_tensors |
| std::vector< torch::autograd::VariableInfo > | output_info |
| std::vector< torch::autograd::VariableInfo > | input_info |
| std::vector< torch::autograd::SavedVariable > | saved_variables |
| std::vector< bool > | is_variable_input |
| char | has_freed_buffers |
| torch::autograd::PyFunction | cdata |
Definition at line 66 of file python_function.h.
1.8.11