Searched refs:tls_is_dispatch_key_excluded (Results 1 – 12 of 12) sorted by relevance
118 !c10::impl::tls_is_dispatch_key_excluded(at::DispatchKey::Tracer); in is_dispatch_enabled()123 !c10::impl::tls_is_dispatch_key_excluded(at::DispatchKey::Tracer), in set_dispatch_enabled()
118 !c10::impl::tls_is_dispatch_key_excluded(DispatchKey::Python)) { in shallow_copy_and_detach_core()124 !c10::impl::tls_is_dispatch_key_excluded(DispatchKey::Python)) { in shallow_copy_and_detach_core()
317 !c10::impl::tls_is_dispatch_key_excluded(DispatchKey::Python)) { in shallow_copy_and_detach_core()323 !c10::impl::tls_is_dispatch_key_excluded(DispatchKey::Python)) { in shallow_copy_and_detach_core()
302 !c10::impl::tls_is_dispatch_key_excluded(DispatchKey::Python)) { in shallow_copy_and_detach_core()
11 return !c10::impl::tls_is_dispatch_key_excluded(dispatch_key); in is_autocast_enabled()
443 !c10::impl::tls_is_dispatch_key_excluded(DispatchKey::Python)) { in shallow_copy_and_detach_core()
78 bool tls_is_dispatch_key_excluded(DispatchKey x) { in tls_is_dispatch_key_excluded() function
157 C10_API bool tls_is_dispatch_key_excluded(DispatchKey x);
181 return !c10::impl::tls_is_dispatch_key_excluded(DispatchKey::Python) && in dispatch_mode_enabled()
80 c10::impl::tls_is_dispatch_key_excluded(at::DispatchKey::Python)), in EnableHermeticPyObject()244 : k(k), old(c10::impl::tls_is_dispatch_key_excluded(k)) { in SetExcludeDispatchKeyGuard()655 return c10::impl::tls_is_dispatch_key_excluded(dispatch_key); in initDispatchBindings()
502 !c10::impl::tls_is_dispatch_key_excluded(DispatchKey::Python)) { in shallow_copy_and_detach_core()508 !c10::impl::tls_is_dispatch_key_excluded(DispatchKey::Python)) { in shallow_copy_and_detach_core()
32 ASSERT_FALSE(c10::impl::tls_is_dispatch_key_excluded( in assert_TLS_states()