Home
last modified time | relevance | path

Searched defs:dispatch_ix (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DOperatorEntry.cpp240 const auto dispatch_ix = getDispatchTableIndexForDispatchKey(k); in registerKernel() local
372 auto dispatch_ix = getDispatchTableIndexForDispatchKey(dispatch_key); in registerKernel() local
391 const auto dispatch_ix = getDispatchTableIndexForDispatchKey(dispatch_key); in registerKernel() local
H A DDispatcher.h192 auto dispatch_ix = getDispatchTableIndexForDispatchKey(dk); in hasBackendFallbackForDispatchKey() local