Home
last modified time | relevance | path

Searched refs:RetryingFileSystem (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dretrying_file_system_test.cc197 RetryingFileSystem<MockFileSystem> fs( in TEST()
228 RetryingFileSystem<MockFileSystem> fs( in TEST()
253 RetryingFileSystem<MockFileSystem> fs( in TEST()
284 RetryingFileSystem<MockFileSystem> fs( in TEST()
312 RetryingFileSystem<MockFileSystem> fs( in TEST()
343 RetryingFileSystem<MockFileSystem> fs( in TEST()
370 RetryingFileSystem<MockFileSystem> fs( in TEST()
396 RetryingFileSystem<MockFileSystem> fs( in TEST()
420 RetryingFileSystem<MockFileSystem> fs( in TEST()
442 RetryingFileSystem<MockFileSystem> fs( in TEST()
[all …]
Dretrying_file_system.h34 class RetryingFileSystem : public FileSystem {
36 RetryingFileSystem(std::unique_ptr<Underlying> base_file_system, in RetryingFileSystem() function
142 TF_DISALLOW_COPY_AND_ASSIGN(RetryingFileSystem);
215 Status RetryingFileSystem<Underlying>::NewRandomAccessFile( in NewRandomAccessFile()
229 Status RetryingFileSystem<Underlying>::NewWritableFile( in NewWritableFile()
243 Status RetryingFileSystem<Underlying>::NewAppendableFile( in NewAppendableFile()
257 Status RetryingFileSystem<Underlying>::NewReadOnlyMemoryRegionFromFile( in NewReadOnlyMemoryRegionFromFile()
Dgcs_file_system.h344 class RetryingGcsFileSystem : public RetryingFileSystem<GcsFileSystem> {
347 : RetryingFileSystem(std::unique_ptr<GcsFileSystem>(new GcsFileSystem), in RetryingGcsFileSystem()
/external/tensorflow/
DRELEASE.md629 * `RetryingFileSystem::FlushCaches()` calls the base FileSystem's `FlushCaches()`.