Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc271 void* ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal()
278 ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal()
297 void* BFCAllocator::FindChunkPtr(BinNum bin_num, size_t rounded_bytes, in FindChunkPtr() function in tensorflow::BFCAllocator
Dbfc_allocator.h334 void* FindChunkPtr(BinNum bin_num, size_t rounded_bytes, size_t num_bytes,