Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/filesystem/
Dfilesystem_interface.h963 constexpr size_t TF_WRITABLE_FILE_OPS_SIZE = sizeof(TF_WritableFileOps); variable
1082 ops->writable_file_ops_size = TF_WRITABLE_FILE_OPS_SIZE; in TF_SetFilesystemVersionMetadata()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc415 plugin_memory_allocate(TF_WRITABLE_FILE_OPS_SIZE)); in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem.cc730 plugin_memory_allocate(TF_WRITABLE_FILE_OPS_SIZE)); in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc1150 plugin_memory_allocate(TF_WRITABLE_FILE_OPS_SIZE)); in ProvideFilesystemSupportFor()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem.cc1229 plugin_memory_allocate(TF_WRITABLE_FILE_OPS_SIZE)); in ProvideFilesystemSupportFor()