Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/core/
DLegacyTypeDispatch.h106 dispatch_key_guard_(c10::autograd_dispatch_keyset_with_ADInplaceOrView) { in AutoDispatchBelowADInplaceOrView()
/external/pytorch/c10/core/
DDispatchKeySet.h684 constexpr DispatchKeySet autograd_dispatch_keyset_with_ADInplaceOrView = variable
914 return (s - autograd_dispatch_keyset_with_ADInplaceOrView - in legacyExtractDispatchKey()
DTensorImpl.cpp171 key_set_ = key_set - c10::autograd_dispatch_keyset_with_ADInplaceOrView; in TensorImpl()