Searched refs:AllocateRawInternal (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.cc | 235 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
|
D | bfc_allocator.h | 91 void* AllocateRawInternal(size_t alignment, size_t num_bytes,
|