Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/autograd/
Dpython_function.h158 inline bool THPFunction_Check(PyObject* obj) { in THPFunction_Check() function
Dpython_legacy_variable.cpp59 if (grad_fn && !THPFunction_Check(grad_fn)) { in THPVariable_pynew()
Dpython_engine.cpp169 if (THPFunction_Check(grad_fn)) { in parseGradientEdge()
/external/pytorch/torch/csrc/
DModule.cpp1179 bool isTHPFunction = THPFunction_Check(arg); in THPModule_willEngineExecuteNode()