Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/core/
DPythonFallbackKernel.cpp96 void pythonDispatcherFallback(const c10::OperatorHandle& op, c10::DispatchKeySet dispatch_keys, tor… in pythonDispatcherFallback() function
158 m.fallback(torch::CppFunction::makeFromBoxedFunction<&pythonDispatcherFallback>()); in TORCH_LIBRARY_IMPL()