Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/autograd/
Dpython_cpp_function.h82 PyTypeObject* _initFunctionPyTypeObject(
99 return _initFunctionPyTypeObject(
Dpython_cpp_function.cpp244 PyTypeObject* _initFunctionPyTypeObject( in _initFunctionPyTypeObject() function
273 _initFunctionPyTypeObject(type, "CppFunction", nullptr, nullptr); in DefaultFunctionType()
/external/pytorch/tools/autograd/templates/
Dpython_functions.cpp25 _initFunctionPyTypeObject(type, name, function_properties, function_methods); in addClass()