Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/windows/
Dwindows_filesystem.cc24 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dmodular_filesystem.h50 std::function<void*(size_t)> plugin_memory_allocate, in ModularFileSystem()
Dfilesystem_interface.h1062 void* (*plugin_memory_allocate)(size_t size); member
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc35 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/hadoop/
Dhadoop_filesystem.cc33 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Ds3_filesystem.cc62 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc72 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function