Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_hook.cpp21 static variable_list unwrap_variables(PyObject* py_variables);
147 return unwrap_variables(PyTuple_GetItem(tup.get(), 0)); in operator ()()
173 return unwrap_variables(PyTuple_GetItem(tup.get(), 0)); in operator ()()
271 static variable_list unwrap_variables(PyObject* py_variables) { in unwrap_variables() function