Searched refs:RoundedBytes (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
H A Dbfc_allocator.cc42 RoundedBytes(std::min(total_memory, size_t{1048576}));
44 curr_region_allocation_bytes_ = RoundedBytes(total_memory);
120 bytes = RoundedBytes(bytes * kBackpedalFactor);
234 size_t BFCAllocator::RoundedBytes(size_t bytes) { function in class:BFCAllocator
252 size_t rounded_bytes = RoundedBytes(num_bytes);
H A Dbfc_allocator.h303 size_t RoundedBytes(size_t bytes);

Completed in 150 milliseconds