Searched defs:FlushCaches (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ | ||
D | file_system.cc | 50 void FileSystem::FlushCaches() {} in FlushCaches() function in tensorflow::FileSystem |
D | env_test.cc | 310 void FlushCaches() override { flushed_ = true; } in FlushCaches() function in tensorflow::TmpDirFileSystem |
/external/tensorflow/tensorflow/core/platform/cloud/ | ||
D | retrying_file_system.h | 134 void FlushCaches() override { base_file_system_->FlushCaches(); } in FlushCaches() function |
D | retrying_file_system_test.cc | 170 void FlushCaches() override { in FlushCaches() function in tensorflow::__anon5a8ed3fa0111::MockFileSystem |
D | gcs_file_system.cc | 1633 void GcsFileSystem::FlushCaches() { in FlushCaches() function in tensorflow::GcsFileSystem |