Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.cc101 int64 cpu_mem_limit = cpu_mem_limit_in_mb * (1LL << 20); in GetCPUAllocator() local
104 new BFCAllocator(sub_allocator, cpu_mem_limit, /*allow_growth=*/true, in GetCPUAllocator()