Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dretrying_file_system_test.cc207 RetryingFileSystem<MockFileSystem> fs( in TEST()
239 RetryingFileSystem<MockFileSystem> fs( in TEST()
265 RetryingFileSystem<MockFileSystem> fs( in TEST()
296 RetryingFileSystem<MockFileSystem> fs( in TEST()
325 RetryingFileSystem<MockFileSystem> fs( in TEST()
356 RetryingFileSystem<MockFileSystem> fs( in TEST()
383 RetryingFileSystem<MockFileSystem> fs( in TEST()
409 RetryingFileSystem<MockFileSystem> fs( in TEST()
433 RetryingFileSystem<MockFileSystem> fs( in TEST()
454 RetryingFileSystem<MockFileSystem> fs( in TEST()
[all …]
H A Dretrying_file_system.h34 class RetryingFileSystem : public FileSystem {
36 RetryingFileSystem(std::unique_ptr<Underlying> base_file_system, in RetryingFileSystem() function
174 TF_DISALLOW_COPY_AND_ASSIGN(RetryingFileSystem);
247 Status RetryingFileSystem<Underlying>::NewRandomAccessFile( in NewRandomAccessFile()
263 Status RetryingFileSystem<Underlying>::NewWritableFile( in NewWritableFile()
278 Status RetryingFileSystem<Underlying>::NewAppendableFile( in NewAppendableFile()
294 Status RetryingFileSystem<Underlying>::NewReadOnlyMemoryRegionFromFile( in NewReadOnlyMemoryRegionFromFile()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.h448 class RetryingGcsFileSystem : public RetryingFileSystem<GcsFileSystem> {
451 : RetryingFileSystem(std::unique_ptr<GcsFileSystem>(new GcsFileSystem), in RetryingGcsFileSystem()
/aosp_15_r20/external/tensorflow/
H A DRELEASE.md8454 * `RetryingFileSystem::FlushCaches()` calls the base FileSystem's