Searched refs:VisitFree (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/device/ |
D | device_host_allocator.h | 57 VisitFree(ptr, numa_node_, num_bytes); in Free()
|
D | device_mem_allocator.h | 61 VisitFree(ptr, device_id_.value(), num_bytes); in Free()
|
/external/tensorflow/tensorflow/core/framework/ |
D | allocator.cc | 105 void SubAllocator::VisitFree(void* ptr, int index, size_t num_bytes) { in VisitFree() function in tensorflow::SubAllocator
|
D | allocator.h | 460 void VisitFree(void* ptr, int index, size_t num_bytes);
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_virtual_mem_allocator.cc | 215 VisitFree(ptr, gpu_id_.value(), num_bytes); in Free()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | pool_allocator.cc | 278 VisitFree(ptr, numa_node_, num_bytes); in Free()
|