Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DOperatorEntry.cpp210 const KernelFunction& OperatorEntry::computeDispatchTableEntry(const c10::Dispatcher& dispatcher, D… in registerKernel() function in c10::impl::OperatorEntry
395 dispatchTable_[dispatch_ix] = computeDispatchTableEntry(dispatcher, dispatch_key); in registerKernel()
471 auto expected_k = computeDispatchTableEntry(c10::Dispatcher::singleton(), k); in registerKernel()
H A DOperatorEntry.h297 …const KernelFunction& computeDispatchTableEntry(const c10::Dispatcher& dispatcher, DispatchKey dis…