Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.h12 PyObject* disabled_torch_function_impl();
H A Ddisable_torch_function.cpp18 PyObject* disabled_torch_function_impl() { in disabled_torch_function_impl() function
H A Dpython_arg_parser.cpp310 torch_function.ptr() != torch::disabled_torch_function_impl()) { in dispatch_on_subclass()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp2330 cls, "__torch_function__", torch::disabled_torch_function_impl()); in THPVariableMetaType_init()
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp2356 ASSERT_TRUE(torch::disabled_torch_function_impl() != nullptr); in initModule()