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.cc189 uint64 freed_by_count = 0; in AllocateRawInternalWithRetry() local
191 freed_by_count = allocation_attr.freed_by_func(); in AllocateRawInternalWithRetry()
194 AllocateRawInternal(unused_alignment, num_bytes, false, freed_by_count); in AllocateRawInternalWithRetry()
201 uint64 freed_by_count = 0; in AllocateRawInternalWithRetry() local
203 freed_by_count = allocation_attr.freed_by_func(); in AllocateRawInternalWithRetry()
205 return AllocateRawInternal(a, nb, v, freed_by_count); in AllocateRawInternalWithRetry()
219 uint64 freed_by_count = 0; in AllocateRaw() local
221 freed_by_count = allocation_attr.freed_by_func(); in AllocateRaw()
224 dump_log_on_failure, freed_by_count); in AllocateRaw()