Home
last modified time | relevance | path

Searched defs:GCSFile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dgcs_filesystem.h55 typedef struct GCSFile { struct
64 GCSFile(google::cloud::storage::Client&& gcs_client); argument
69 } GCSFile; typedef
H A Dgcs_filesystem.cc163 typedef struct GCSFile { struct
164 const std::string path;
165 const bool is_cache_enable;
166 const uint64_t buffer_size;
167 ReadFn read_fn;
168 absl::Mutex buffer_mutex;
173 GCSFile(std::string path, bool is_cache_enable, uint64_t buffer_size, in GCSFile() function
183 } GCSFile; typedef
246 typedef struct GCSFile { struct
247 const std::string bucket;
[all …]