Home
last modified time | relevance | path

Searched defs:rounded_bytes (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc106 bool BFCAllocator::Extend(size_t alignment, size_t rounded_bytes) { in Extend()
290 size_t rounded_bytes = in RoundedBytes() local
297 bool BFCAllocator::DeallocateFreeRegions(size_t rounded_bytes) in DeallocateFreeRegions()
399 size_t rounded_bytes = RoundedBytes(num_bytes); in AllocateRawInternal() local
523 void* BFCAllocator::FindChunkPtr(BinNum bin_num, size_t rounded_bytes, in FindChunkPtr()