Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DOperatorEntry.cpp211 return computeDispatchTableEntryWithDebug(dispatcher, dispatch_key).first.kernel; in registerKernel()
263 std::pair<const AnnotatedKernel&, const char*> OperatorEntry::computeDispatchTableEntryWithDebug(co… in registerKernel() function in c10::impl::OperatorEntry
576 auto kernel_prov = computeDispatchTableEntryWithDebug(c10::Dispatcher::singleton(), k); in registerKernel()
H A DOperatorEntry.h298 std::pair<const AnnotatedKernel&, const char*> computeDispatchTableEntryWithDebug(