Home
last modified time | relevance | path

Searched refs:TF_FILESYSTEM_OPS_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/filesystem/
Dfilesystem_interface.h976 constexpr size_t TF_FILESYSTEM_OPS_SIZE = sizeof(TF_FilesystemOps); variable
1076 ops->filesystem_ops_size = TF_FILESYSTEM_OPS_SIZE; in TF_SetFilesystemVersionMetadata()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc431 plugin_memory_allocate(TF_FILESYSTEM_OPS_SIZE)); in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem.cc739 plugin_memory_allocate(TF_FILESYSTEM_OPS_SIZE)); in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc1161 plugin_memory_allocate(TF_FILESYSTEM_OPS_SIZE)); in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem.cc1245 plugin_memory_allocate(TF_FILESYSTEM_OPS_SIZE)); in ProvideFilesystemSupportFor()