Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DMetaFallbackKernel.cpp11 c10::Dispatcher::singleton().throwIfHasPythonModule(op.operator_name()); in metaFallback()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.cpp320 void Dispatcher::throwIfHasPythonModule(OperatorName op_name) { in throwIfHasPythonModule() function in c10::Dispatcher
H A DDispatcher.h235 void throwIfHasPythonModule(OperatorName op_name);