Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/filesystem/
Dfilesystem_interface.h310 typedef struct TF_FilesystemOps { struct
314 void (*init)(TF_Filesystem* filesystem, TF_Status* status);
330 void (*cleanup)(TF_Filesystem* filesystem);
347 void (*new_random_access_file)(const TF_Filesystem* filesystem,
366 void (*new_writable_file)(const TF_Filesystem* filesystem, const char* path,
384 void (*new_appendable_file)(const TF_Filesystem* filesystem, const char* path,
403 void (*new_read_only_memory_region_from_file)(const TF_Filesystem* filesystem,
417 void (*create_dir)(const TF_Filesystem* filesystem, const char* path,
435 void (*recursively_create_dir)(const TF_Filesystem* filesystem,
446 void (*delete_file)(const TF_Filesystem* filesystem, const char* path,
[all …]