Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp2313 py::object torch_function_impl = py::reinterpret_steal<py::object>( in THPVariableMetaType_init() local
2324 if (PyObject_HasAttrString(torch_function_impl.ptr(), "__func__")) { in THPVariableMetaType_init()
2325 torch_function_impl = py::reinterpret_steal<py::object>( in THPVariableMetaType_init()
2326 PyObject_GetAttrString(torch_function_impl.ptr(), "__func__")); in THPVariableMetaType_init()
2328 if (torch_function_impl.ptr() == torch_function_default.ptr()) { in THPVariableMetaType_init()