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.cc194 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
Dbfc_allocator.h81 void* AllocateRawInternal(size_t alignment, size_t num_bytes,