Searched defs:THPFunction (Results 1 – 1 of 1) sorted by relevance
95 struct THPFunction { struct98 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, argument153 bool THPFunction_initModule(PyObject* module); argument