Searched refs:torch_function_impl (Results 1 – 1 of 1) sorted by relevance
2313 py::object torch_function_impl = py::reinterpret_steal<py::object>( in THPVariableMetaType_init() local2324 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()