Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc235 AllocateRawInternal(unused_alignment, num_bytes, false, freed_by_count); in AllocateRawInternalWithRetry()
246 return AllocateRawInternal(a, nb, v, freed_by_count); in AllocateRawInternalWithRetry()
264 void* result = AllocateRawInternal(unused_alignment, num_bytes, in AllocateRaw()
388 void* BFCAllocator::AllocateRawInternal(size_t unused_alignment, in AllocateRawInternal() function in tensorflow::BFCAllocator
Dbfc_allocator.h91 void* AllocateRawInternal(size_t alignment, size_t num_bytes,