Home
last modified time | relevance | path

Searched defs:PyFunctionPreHook (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/autograd/
Dpython_hook.h22 struct PyFunctionPreHook : public FunctionPreHook { struct
42 // simply following the precedent of PyFunctionPreHook and PyFunctionPostHook argument
Dpython_hook.cpp127 PyFunctionPreHook::PyFunctionPreHook(PyObject* dict) : dict(dict) { in PyFunctionPreHook() function in torch::autograd::PyFunctionPreHook