Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/windows/
Dwindows_filesystem.cc59 static void ProvideFilesystemSupportFor(TF_FilesystemPluginOps* ops, in ProvideFilesystemSupportFor()
69 info->ops = static_cast<TF_FilesystemPluginOps*>( in TF_InitPlugin()
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dfilesystem_interface.h1035 typedef struct TF_FilesystemPluginOps { struct
1053 } TF_FilesystemPluginOps; argument
1073 TF_FilesystemPluginOps* ops;
1085 TF_FilesystemPluginOps* ops) { in TF_SetFilesystemVersionMetadata()
Dmodular_filesystem_registration.cc52 static Status ValidateABI(const TF_FilesystemPluginOps* ops) { in ValidateABI()
85 static void ValidateAPI(const TF_FilesystemPluginOps* ops) { in ValidateAPI()
179 static Status ValidateOperations(const TF_FilesystemPluginOps* ops) { in ValidateOperations()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc404 static void ProvideFilesystemSupportFor(TF_FilesystemPluginOps* ops, in ProvideFilesystemSupportFor()
455 info->ops = static_cast<TF_FilesystemPluginOps*>( in TF_InitPlugin()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc1146 static void ProvideFilesystemSupportFor(TF_FilesystemPluginOps* ops, in ProvideFilesystemSupportFor()
1196 info->ops = static_cast<TF_FilesystemPluginOps*>( in TF_InitPlugin()