Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/windows/
H A Dwindows_filesystem.cc25 static void plugin_memory_free(void* ptr) { free(ptr); } in plugin_memory_free() function
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/
H A Dmodular_filesystem.h51 std::function<void(void*)> plugin_memory_free) in ModularFileSystem()
H A Dfilesystem_interface.h1075 void (*plugin_memory_free)(void* ptr); member
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
H A Dposix_filesystem.cc36 static void plugin_memory_free(void* ptr) { free(ptr); } in plugin_memory_free() function
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
H A Dgcs_filesystem.cc73 static void plugin_memory_free(void* ptr) { free(ptr); } in plugin_memory_free() function