Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/test/core/
H A DDispatchKeySet_test.cpp264 toRuntimePerBackendFunctionalityKey(functionality1, backend1)); in TEST()
266 toRuntimePerBackendFunctionalityKey(functionality1, backend2)); in TEST()
268 toRuntimePerBackendFunctionalityKey(functionality2, backend1)); in TEST()
270 toRuntimePerBackendFunctionalityKey(functionality2, backend2)); in TEST()
/aosp_15_r20/external/pytorch/c10/core/
H A DDispatchKeySet.h431 return toRuntimePerBackendFunctionalityKey( in highestPriorityTypeId()
585 auto next_key = toRuntimePerBackendFunctionalityKey(
H A DDispatchKey.h689 constexpr DispatchKey toRuntimePerBackendFunctionalityKey( in toRuntimePerBackendFunctionalityKey() function