Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc190 if (allocation_attr.freed_by_func != nullptr) { in AllocateRawInternalWithRetry()
191 freed_by_count = allocation_attr.freed_by_func(); in AllocateRawInternalWithRetry()
202 if (allocation_attr.freed_by_func != nullptr) { in AllocateRawInternalWithRetry()
203 freed_by_count = allocation_attr.freed_by_func(); in AllocateRawInternalWithRetry()
220 if (allocation_attr.freed_by_func != nullptr) { in AllocateRaw()
221 freed_by_count = allocation_attr.freed_by_func(); in AllocateRaw()
/external/tensorflow/tensorflow/core/framework/
Dallocator.h54 std::function<uint64()> freed_by_func = nullptr; member