Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DDispatchKey.cpp260 return getAutogradRelatedKeySetFromBackend(k).highestPriorityTypeId(); in getAutogradKeyFromBackend()
H A DDispatchKeySet.h827 inline DispatchKeySet getAutogradRelatedKeySetFromBackend(BackendComponent t) { in getAutogradRelatedKeySetFromBackend() function
H A DTensorImpl.cpp176 key_set_ = key_set | getAutogradRelatedKeySetFromBackend(k); in TensorImpl()