Home
last modified time | relevance | path

Searched defs:IsCacheEnabled (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dram_file_block_cache.h118 bool IsCacheEnabled() const override { in IsCacheEnabled() function
H A Dram_file_block_cache_test.cc42 TEST(RamFileBlockCacheTest, IsCacheEnabled) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dram_file_block_cache.h129 bool IsCacheEnabled() const { return block_size_ > 0 && max_bytes_ > 0; } in IsCacheEnabled() function
H A Dram_file_block_cache_test.cc46 TEST(RamFileBlockCacheTest, IsCacheEnabled) { in TEST() argument