Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.cc26 if (block->state != FetchState::FINISHED) { in BlockNotStale()
122 case FetchState::ERROR: in MaybeFetch()
124 case FetchState::CREATED: in MaybeFetch()
125 block->state = FetchState::FETCHING; in MaybeFetch()
137 block->state = FetchState::FINISHED; in MaybeFetch()
139 block->state = FetchState::ERROR; in MaybeFetch()
143 case FetchState::FETCHING: in MaybeFetch()
145 if (block->state == FetchState::FINISHED) { in MaybeFetch()
150 case FetchState::FINISHED: in MaybeFetch()
Dram_file_block_cache.h146 enum class FetchState { enum
180 FetchState state GUARDED_BY(mu) = FetchState::CREATED;