Searched refs:VisitFree (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_host_allocator.h | 55 VisitFree(ptr, numa_node_, num_bytes); in Free()
|
D | gpu_bfc_allocator.h | 67 VisitFree(ptr, gpu_id_.value(), num_bytes); in Free()
|
/external/tensorflow/tensorflow/core/framework/ |
D | allocator.cc | 248 void SubAllocator::VisitFree(void* ptr, int index, size_t num_bytes) { in VisitFree() function in tensorflow::SubAllocator
|
D | allocator.h | 436 void VisitFree(void* ptr, int index, size_t num_bytes);
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | pool_allocator.cc | 275 VisitFree(ptr, numa_node_, num_bytes); in Free()
|