Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/autograd/
Dpython_cpp_function.cpp235 static struct PyMethodDef default_methods[] = { variable
255 type.tp_methods = function_methods ? function_methods : default_methods; in _initFunctionPyTypeObject()