Home
last modified time | relevance | path

Searched refs:VisitFree (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_host_allocator.h57 VisitFree(ptr, numa_node_, num_bytes); in Free()
Ddevice_mem_allocator.h61 VisitFree(ptr, device_id_.value(), num_bytes); in Free()
/external/tensorflow/tensorflow/core/framework/
Dallocator.cc105 void SubAllocator::VisitFree(void* ptr, int index, size_t num_bytes) { in VisitFree() function in tensorflow::SubAllocator
Dallocator.h460 void VisitFree(void* ptr, int index, size_t num_bytes);
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_virtual_mem_allocator.cc215 VisitFree(ptr, gpu_id_.value(), num_bytes); in Free()
/external/tensorflow/tensorflow/core/common_runtime/
Dpool_allocator.cc278 VisitFree(ptr, numa_node_, num_bytes); in Free()