Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/autograd/
Dpython_cpp_function.h45 {(char*)"name", THPCppFunction_name, METH_NOARGS, nullptr}, \
78 PyObject* THPCppFunction_name(PyObject* self, PyObject* noargs);
Dpython_cpp_function.cpp193 PyObject* THPCppFunction_name(PyObject* self, PyObject* noargs) { in THPCppFunction_name() function