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.cc93 int64 cpu_mem_limit = cpu_mem_limit_in_mb * (1LL << 20); in GetCPUAllocator() local
96 new BFCAllocator(sub_allocator, cpu_mem_limit, true /*allow_growth*/, in GetCPUAllocator()