Searched defs:TF_FilesystemOps (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/ |
H A D | filesystem_interface.h | 323 typedef struct TF_FilesystemOps { struct 327 void (*init)(TF_Filesystem* filesystem, TF_Status* status); 343 void (*cleanup)(TF_Filesystem* filesystem); 360 void (*new_random_access_file)(const TF_Filesystem* filesystem, 379 void (*new_writable_file)(const TF_Filesystem* filesystem, const char* path, 397 void (*new_appendable_file)(const TF_Filesystem* filesystem, const char* path, 416 void (*new_read_only_memory_region_from_file)(const TF_Filesystem* filesystem, 430 void (*create_dir)(const TF_Filesystem* filesystem, const char* path, 448 void (*recursively_create_dir)(const TF_Filesystem* filesystem, 459 void (*delete_file)(const TF_Filesystem* filesystem, const char* path, [all …]
|