Home
last modified time | relevance | path

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

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