Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_host_allocator.h55 VisitFree(ptr, numa_node_, num_bytes); in Free()
Dgpu_bfc_allocator.h67 VisitFree(ptr, gpu_id_.value(), num_bytes); in Free()
/external/tensorflow/tensorflow/core/framework/
Dallocator.cc248 void SubAllocator::VisitFree(void* ptr, int index, size_t num_bytes) { in VisitFree() function in tensorflow::SubAllocator
Dallocator.h436 void VisitFree(void* ptr, int index, size_t num_bytes);
/external/tensorflow/tensorflow/core/common_runtime/
Dpool_allocator.cc275 VisitFree(ptr, numa_node_, num_bytes); in Free()