Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dtensor_slice_reader_cache.cc76 while (still_opening_.find(filepattern) != still_opening_.end()) { in GetReader()
83 still_opening_.insert(filepattern); in GetReader()
97 CHECK_EQ(size_t{1}, still_opening_.erase(filepattern)); in GetReader()
Dtensor_slice_reader_cache.h78 std::set<string> still_opening_; variable