Home
last modified time | relevance | path

Searched defs:check_cache (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dutil.cc221 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsMappingHelper() local
241 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsAttrsHelper() local
258 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsIndexedSlicesHelper() local
278 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsTensorHelper() local
307 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsSequenceHelper() local
512 static auto* const check_cache = new CachedTypeCheck([](PyObject* to_check) { in IsCompositeTensorHelper() local
/external/v8/src/heap/
Dfactory-inl.h167 Handle<String> Factory::Uint32ToString(uint32_t value, bool check_cache) { in Uint32ToString()
Dfactory.cc3554 bool check_cache) { in NumberToStringCacheSet()
3586 bool check_cache) { in NumberToString()
3610 Handle<String> Factory::NumberToString(Smi* number, bool check_cache) { in NumberToString()
/external/python/cpython2/Lib/
Durllib2.py1465 def check_cache(self): member in CacheFTPHandler
/external/python/cpython3/Lib/urllib/
Drequest.py1584 def check_cache(self): member in CacheFTPHandler