Home
last modified time | relevance | path

Searched refs:plugin_memory_region (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/posix/
Dposix_filesystem.cc170 auto r = static_cast<PosixMemoryRegion*>(region->plugin_memory_region); in Cleanup()
176 auto r = static_cast<PosixMemoryRegion*>(region->plugin_memory_region); in Data()
181 auto r = static_cast<PosixMemoryRegion*>(region->plugin_memory_region); in Length()
262 region->plugin_memory_region = in NewReadOnlyMemoryRegionFromFile()
/external/tensorflow/tensorflow/c/experimental/filesystem/
Dfilesystem_interface.h74 void* plugin_memory_region; member
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.cc404 auto r = static_cast<GCSMemoryRegion*>(region->plugin_memory_region); in Cleanup()
410 auto r = static_cast<GCSMemoryRegion*>(region->plugin_memory_region); in Data()
415 auto r = static_cast<GCSMemoryRegion*>(region->plugin_memory_region); in Length()
695 region->plugin_memory_region = in NewReadOnlyMemoryRegionFromFile()