Home
last modified time | relevance | path

Searched refs:freed_by_func (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dallocator.h41 std::function<uint64()>* freed_by_func) in AllocationAttributes()
44 freed_by_func(freed_by_func) {} in AllocationAttributes()
60 std::function<uint64()>* freed_by_func = nullptr; // Not owned. member
Dop_kernel.cc756 allocation_attr.freed_by_func)); in allocate_tensor()
/external/tensorflow/tensorflow/core/common_runtime/
Drendezvous_mgr.cc87 std::function<uint64()> freed_by_func = [dst_device, in SameWorkerRecvDone() local
95 aa.freed_by_func = &freed_by_func; in SameWorkerRecvDone()
Dring_reducer.cc133 std::function<uint64()> freed_by_func = [this, &safe_alloc_frontier]() { in ContinueAfterInputCopy() local
139 aa.freed_by_func = &freed_by_func; in ContinueAfterInputCopy()
Dbfc_allocator.cc205 if (allocation_attr.freed_by_func != nullptr) { in AllocateRawInternalWithRetry()
206 freed_by_count = (*allocation_attr.freed_by_func)(); in AllocateRawInternalWithRetry()
217 if (allocation_attr.freed_by_func != nullptr) { in AllocateRawInternalWithRetry()
218 freed_by_count = (*allocation_attr.freed_by_func)(); in AllocateRawInternalWithRetry()
235 if (allocation_attr.freed_by_func != nullptr) { in AllocateRaw()
236 freed_by_count = (*allocation_attr.freed_by_func)(); in AllocateRaw()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dbase_rendezvous_mgr.cc286 std::function<uint64()> freed_by_func = [dst_device, &safe_alloc_frontier]() { in SameWorkerRecvDone() local
291 allocation_attr.freed_by_func = &freed_by_func; in SameWorkerRecvDone()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc593 std::function<uint64()> freed_by_func = [this, &safe_alloc_frontier]() { in MaybeCopyTensorToGPU() local
598 allocation_attr.freed_by_func = &freed_by_func; in MaybeCopyTensorToGPU()