Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatchKeyExtractor.h24 inline DispatchKeySet computeDispatchKeySet( in computeDispatchKeySet() function
170 return impl::computeDispatchKeySet(ks, nonFallthroughKeysPerBackend_[backend_idx]); in getDispatchKeySetBoxed()
172 return impl::computeDispatchKeySet(ks, nonFallthroughKeys_); in getDispatchKeySetBoxed()
182 return impl::computeDispatchKeySet(ks, nonFallthroughKeysPerBackend_[backend_idx]); in getDispatchKeySetUnboxed()
184 return impl::computeDispatchKeySet(ks, nonFallthroughKeys_); in getDispatchKeySetUnboxed()