Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_host_allocator.h50 VisitAlloc(ptr, numa_node_, num_bytes); in Alloc()
Ddevice_mem_allocator.h54 VisitAlloc(ptr, device_id_.value(), num_bytes); in Alloc()
/external/tensorflow/tensorflow/core/framework/
Dallocator.cc99 void SubAllocator::VisitAlloc(void* ptr, int index, size_t num_bytes) { in VisitAlloc() function in tensorflow::SubAllocator
Dallocator.h456 void VisitAlloc(void* ptr, int index, size_t num_bytes);
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_virtual_mem_allocator.cc168 VisitAlloc(reinterpret_cast<void*>(next_va), gpu_id_.value(), padded_bytes); in Alloc()
/external/tensorflow/tensorflow/core/common_runtime/
Dpool_allocator.cc271 VisitAlloc(ptr, numa_node_, num_bytes); in Alloc()