Home
last modified time | relevance | path

Searched defs:to_check (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dutil.cc221 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsMappingHelper()
241 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsAttrsHelper()
258 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsIndexedSlicesHelper()
278 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsTensorHelper()
307 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsSequenceHelper()
512 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsCompositeTensorHelper()
/external/dynamic_depth/internal/xmpmeta/
Djpeg_io.cc70 bool HasPrefixString(const string& to_check, const string& prefix) { in HasPrefixString()
/external/tensorflow/tensorflow/python/eager/
Dfunction.py86 def _shape_less_specific_than(relaxed, to_check): argument
135 def is_compatible(relaxed, to_check): argument
/external/boringssl/src/crypto/cipher_extra/
Dtls_cbc.c96 size_t to_check = 256; // maximum amount of padding, inc length byte. in EVP_tls_cbc_remove_padding() local
/external/v8/src/heap/
Dheap.cc2865 explicit LeftTrimmerVerifierRootVisitor(FixedArrayBase* to_check) in LeftTrimmerVerifierRootVisitor()
/external/v8/src/
Dobjects.cc11644 static inline bool Equals(State* state_1, State* state_2, int to_check) { in Equals()
11655 int to_check = Min(state_1_.length_, state_2_.length_); in Equals() local