Searched defs:PyFunctionPreHook (Results 1 – 2 of 2) sorted by relevance
22 struct PyFunctionPreHook : public FunctionPreHook { struct42 // simply following the precedent of PyFunctionPreHook and PyFunctionPostHook argument
127 PyFunctionPreHook::PyFunctionPreHook(PyObject* dict) : dict(dict) { in PyFunctionPreHook() function in torch::autograd::PyFunctionPreHook