Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc230 uint64 freed_by_count = 0; in AllocateRawInternalWithRetry() local
232 freed_by_count = (*allocation_attr.freed_by_func)(); in AllocateRawInternalWithRetry()
235 AllocateRawInternal(unused_alignment, num_bytes, false, freed_by_count); in AllocateRawInternalWithRetry()
242 uint64 freed_by_count = 0; in AllocateRawInternalWithRetry() local
244 freed_by_count = (*allocation_attr.freed_by_func)(); in AllocateRawInternalWithRetry()
246 return AllocateRawInternal(a, nb, v, freed_by_count); in AllocateRawInternalWithRetry()
260 uint64 freed_by_count = 0; in AllocateRaw() local
262 freed_by_count = (*allocation_attr.freed_by_func)(); in AllocateRaw()
265 dump_log_on_failure, freed_by_count); in AllocateRaw()
274 << " with freed_by_count=" << freed_by_count in AllocateRaw()