Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DDispatchKeySet.h454 int getDispatchTableIndexForDispatchKeySet() const { in getDispatchTableIndexForDispatchKeySet() function
482 int getDispatchTableIndexForDispatchKeySet() const { in getDispatchTableIndexForDispatchKeySet() function
634 return DispatchKeySet(k).getDispatchTableIndexForDispatchKeySet(); in getDispatchTableIndexForDispatchKey()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DOperatorEntry.h175 const auto idx = ks.getDispatchTableIndexForDispatchKeySet(); in lookup()