Searched defs:PySavedVariableHooks (Results 1 – 2 of 2) sorted by relevance
15 struct PySavedVariableHooks : public SavedVariableHooks { struct23 PyObject* unpack_hook_;24 PyObject* data_ = nullptr;
11 PySavedVariableHooks::PySavedVariableHooks( in PySavedVariableHooks() function in torch::autograd::PySavedVariableHooks