Home
last modified time | relevance | path

Searched defs:THPFunction (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_function.h95 struct THPFunction { struct
98 PyObject* needs_input_grad;
103 PyObject* to_save;
107 PyObject* non_differentiable;
111 PyObject* dirty_tensors;
116 bool materialize_grads;
141 // a THPFunction directly from Python), but when this field is non-NULL, argument
153 bool THPFunction_initModule(PyObject* module); argument