Home
last modified time | relevance | path

Searched refs:RetryingGcsFileSystem (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.h448 class RetryingGcsFileSystem : public RetryingFileSystem<GcsFileSystem> {
450 RetryingGcsFileSystem() in RetryingGcsFileSystem() function
H A Dgcs_file_system.cc2141 REGISTER_LEGACY_FILE_SYSTEM("gs", ::tensorflow::RetryingGcsFileSystem);
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_initializer_helper.cc221 return new tensorflow::RetryingGcsFileSystem(); in CreateGcsFilesystemFn()