Searched refs:function_methods (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_cpp_function.h | 86 PyMethodDef* function_methods); 97 PyMethodDef* function_methods = nullptr) { 100 type, name, function_properties, function_methods);
|
H A D | python_cpp_function.cpp | 248 PyMethodDef* function_methods) { in _initFunctionPyTypeObject() argument 255 type.tp_methods = function_methods ? function_methods : default_methods; in _initFunctionPyTypeObject()
|
/aosp_15_r20/external/pytorch/tools/autograd/templates/ |
H A D | python_functions.cpp | 23 PyGetSetDef* function_properties=NULL, PyMethodDef* function_methods=NULL) in addClass() argument 25 _initFunctionPyTypeObject(type, name, function_properties, function_methods); in addClass()
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/ |
H A D | init.cpp | 61 PyMethodDef* function_methods = nullptr) { in addClass() argument 63 type, name, function_properties, function_methods); in addClass()
|