Home
last modified time | relevance | path

Searched refs:block_fetcher_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.h57 block_fetcher_(block_fetcher), in block_size_()
130 const BlockFetcher block_fetcher_; variable
Dram_file_block_cache.cc130 status.Update(block_fetcher_(key.first, key.second, block_size_, in MaybeFetch()
167 return block_fetcher_(filename, offset, n, buffer, bytes_transferred); in Read()