Searched refs:THPCppFunction_Check (Results 1 – 4 of 4) sorted by relevance
106 bool THPCppFunction_Check(PyObject* obj);
171 } else if (THPCppFunction_Check(grad_fn)) { in parseGradientEdge()
327 bool THPCppFunction_Check(PyObject* obj) { in THPCppFunction_Check() function
1180 bool isTHPCppFunction = torch::autograd::THPCppFunction_Check(arg); in THPModule_willEngineExecuteNode()