Searched refs:AllocateRawInternal (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.cc | 194 AllocateRawInternal(unused_alignment, num_bytes, false, freed_by_count); in AllocateRawInternalWithRetry() 205 return AllocateRawInternal(a, nb, v, freed_by_count); in AllocateRawInternalWithRetry() 223 void* result = AllocateRawInternal(unused_alignment, num_bytes, in AllocateRaw() 254 void* BFCAllocator::AllocateRawInternal(size_t unused_alignment, in AllocateRawInternal() function in tensorflow::BFCAllocator
|
D | bfc_allocator.h | 81 void* AllocateRawInternal(size_t alignment, size_t num_bytes,
|