Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpool_allocator.cc225 const int64 alloc_request_count = allocated_count_ + get_from_pool_count_; in EvictOne() local
227 (alloc_request_count == 0) in EvictOne()
229 : allocated_count_ / static_cast<double>(alloc_request_count); in EvictOne()
233 LOG(INFO) << "PoolAllocator: After " << alloc_request_count in EvictOne()