Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Ddisable_torch_function.h14 void set_disabled_torch_function_impl(PyObject* value);
H A Ddisable_torch_function.cpp22 void set_disabled_torch_function_impl(PyObject* value) { in set_disabled_torch_function_impl() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp2354 torch::set_disabled_torch_function_impl( in initModule()