Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.h120 int64 LargestFreeChunk() TF_EXCLUSIVE_LOCKS_REQUIRED(lock_);
Dbfc_allocator.cc469 int64 BFCAllocator::LargestFreeChunk() { in LargestFreeChunk() function in tensorflow::BFCAllocator
481 return static_cast<double>(bytes_available - LargestFreeChunk()) / in GetFragmentation()