Searched refs:FindChunkPtr (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.cc | 409 void* ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal() 417 ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal() 430 ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal() 444 ptr = FindChunkPtr(bin_num, rounded_bytes, num_bytes, freed_before); in AllocateRawInternal() 523 void* BFCAllocator::FindChunkPtr(BinNum bin_num, size_t rounded_bytes, in FindChunkPtr() function in tensorflow::BFCAllocator
|
D | bfc_allocator.h | 458 void* FindChunkPtr(BinNum bin_num, size_t rounded_bytes, size_t num_bytes,
|