Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpool_allocator.cc36 PoolAllocator::PoolAllocator(size_t pool_size_limit, bool auto_resize, in PoolAllocator() argument
41 auto_resize_(auto_resize), in PoolAllocator()
45 if (auto_resize) { in PoolAllocator()
H A Dpool_allocator.h56 PoolAllocator(size_t pool_size_limit, bool auto_resize,