Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/impl/
H A DPyInterpreter.cpp53 void python_dispatcher( in python_dispatcher() function
57 PANIC(python_dispatcher); in python_dispatcher()
H A DPyInterpreter.h164 virtual void python_dispatcher(
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DPythonFallbackKernel.cpp99 (*state)->python_dispatcher(op, dispatch_keys.remove(c10::DispatchKey::PythonDispatcher), stack); in pythonDispatcherFallback()
/aosp_15_r20/external/pytorch/torch/csrc/
H A DPyInterpreter.cpp58 void python_dispatcher(
356 void ConcretePyInterpreterVTable::python_dispatcher( in python_dispatcher() function in torch::detail::__anon56d922760111::ConcretePyInterpreterVTable