Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/impl/
H A DPyInterpreter.cpp46 void throw_abstract_impl_not_imported_error( in throw_abstract_impl_not_imported_error() function
50 PANIC(throw_abstract_impl_not_imported_error); in throw_abstract_impl_not_imported_error()
H A DPyInterpreter.h158 virtual void throw_abstract_impl_not_imported_error(
/aosp_15_r20/external/pytorch/torch/
H A D_utils_internal.py65 def throw_abstract_impl_not_imported_error(opname, module, context): function
/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.cpp336 (*interpreter)->throw_abstract_impl_not_imported_error(toString(op_name), pymodule, context); in throwIfHasPythonModule()
/aosp_15_r20/external/pytorch/torch/csrc/
H A DPyInterpreter.cpp73 void throw_abstract_impl_not_imported_error( in throw_abstract_impl_not_imported_error() function