Home
last modified time | relevance | path

Searched defs:plugin_memory_allocate (Results 1 – 5 of 5) 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.h1074 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/gcs/
Dgcs_filesystem.cc72 static void* plugin_memory_allocate(size_t size) { return calloc(1, size); } in plugin_memory_allocate() function