Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A Dpython_functions.cpp23 PyGetSetDef* function_properties=NULL, PyMethodDef* function_methods=NULL) in addClass()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/
H A Dinit.cpp61 PyMethodDef* function_methods = nullptr) { in addClass()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_cpp_function.cpp248 PyMethodDef* function_methods) { in _initFunctionPyTypeObject()