Home
last modified time | relevance | path

Searched refs:TF_RandomAccessFileOps (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/filesystem/
Dfilesystem_interface.h192 typedef struct TF_RandomAccessFileOps { struct
222 } TF_RandomAccessFileOps; argument
957 sizeof(TF_RandomAccessFileOps);
1032 TF_RandomAccessFileOps* random_access_file_ops;
Dmodular_filesystem.h46 std::unique_ptr<const TF_RandomAccessFileOps> random_access_file_ops, in ModularFileSystem()
108 std::unique_ptr<const TF_RandomAccessFileOps> random_access_file_ops_;
121 const TF_RandomAccessFileOps* ops) in ModularRandomAccessFile()
133 const TF_RandomAccessFileOps* ops_; // not owned
Dmodular_filesystem_registration.cc119 static Status ValidateHelper(const TF_RandomAccessFileOps* ops) { in ValidateHelper()
241 auto core_random_access_file_ops = CopyToCore<TF_RandomAccessFileOps>( in RegisterFileSystem()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc409 ops->random_access_file_ops = static_cast<TF_RandomAccessFileOps*>( in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem.cc724 ops->random_access_file_ops = static_cast<TF_RandomAccessFileOps*>( in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc1144 ops->random_access_file_ops = static_cast<TF_RandomAccessFileOps*>( in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem.cc1223 ops->random_access_file_ops = static_cast<TF_RandomAccessFileOps*>( in ProvideFilesystemSupportFor()