Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/utils/
Ddisable_torch_function.h13 PyObject* disabled_torch_dispatch_impl();
Ddisable_torch_function.cpp26 PyObject* disabled_torch_dispatch_impl() { in disabled_torch_dispatch_impl() function
Dpython_arg_parser.cpp296 if (torch_function.ptr() == torch::disabled_torch_dispatch_impl()) { in dispatch_on_subclass()
/external/pytorch/torch/csrc/autograd/
Dpython_variable.cpp227 attr.ptr() != torch::disabled_torch_dispatch_impl()); in check_has_torch_dispatch()
793 attr.ptr() != torch::disabled_torch_dispatch_impl(), in THPVariable_make_wrapper_subclass()
/external/pytorch/torch/csrc/
DModule.cpp2359 ASSERT_TRUE(torch::disabled_torch_dispatch_impl() != nullptr); in initModule()