Home
last modified time | relevance | path

Searched refs:spec_string (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_helpers.cc218 string spec_string = node->requested_device(); in ForConfigurationNodeMatchingType() local
222 GetSystemDevice(spec_string, device_set, &spec, &device)); in ForConfigurationNodeMatchingType()
/external/cronet/stable/net/tools/disk_cache_memory_test/
Ddisk_cache_memory_test.cc49 static std::unique_ptr<CacheSpec> Parse(const std::string& spec_string) { in Parse()
51 spec_string, ":", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL); in Parse()
/external/cronet/tot/net/tools/disk_cache_memory_test/
Ddisk_cache_memory_test.cc49 static std::unique_ptr<CacheSpec> Parse(const std::string& spec_string) { in Parse()
51 spec_string, ":", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL); in Parse()
/external/pdfium/third_party/pymock/
Dmock.py724 spec_string = ''
726 spec_string = ' spec=%r'
728 spec_string = ' spec_set=%r'
729 spec_string = spec_string % self._spec_class.__name__
733 spec_string,
/external/python/cpython3/Lib/unittest/
Dmock.py765 spec_string = ''
767 spec_string = ' spec=%r'
769 spec_string = ' spec_set=%r'
770 spec_string = spec_string % self._spec_class.__name__
774 spec_string,