Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dpool_allocator.cc41 auto_resize_(auto_resize), in PoolAllocator()
140 if (!has_size_limit_ && !auto_resize_) { in DeallocateRaw()
240 if (auto_resize_ && (eviction_rate > kTolerable) && in EvictOne()
Dpool_allocator.h122 const bool auto_resize_; variable