Home
last modified time | relevance | path

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

/external/pytorch/c10/core/impl/
DLocalDispatchKeySet.cpp110 bool tls_is_dispatch_keyset_excluded(DispatchKeySet ks) { in tls_is_dispatch_keyset_excluded() function
DLocalDispatchKeySet.h161 C10_API bool tls_is_dispatch_keyset_excluded(DispatchKeySet ks);
/external/pytorch/test/cpp/api/
Dinference_mode.cpp37 c10::impl::tls_is_dispatch_keyset_excluded(c10::autograd_dispatch_keyset), in assert_TLS_states()