Home
last modified time | relevance | path

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

/external/pytorch/c10/core/impl/
DLocalDispatchKeySet.cpp114 bool tls_is_dispatch_keyset_included(DispatchKeySet ks) { in tls_is_dispatch_keyset_included() function
DLocalDispatchKeySet.h162 C10_API bool tls_is_dispatch_keyset_included(DispatchKeySet ks);
/external/pytorch/test/cpp/api/
Dinference_mode.cpp34 ASSERT_FALSE(c10::impl::tls_is_dispatch_keyset_included( in assert_TLS_states()