Home
last modified time | relevance | path

Searched refs:function_methods (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_cpp_function.h86 PyMethodDef* function_methods);
97 PyMethodDef* function_methods = nullptr) {
100 type, name, function_properties, function_methods);
H A Dpython_cpp_function.cpp248 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 Dpython_functions.cpp23 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 Dinit.cpp61 PyMethodDef* function_methods = nullptr) { in addClass() argument
63 type, name, function_properties, function_methods); in addClass()