Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.cc86 int64 cpu_mem_limit_in_mb = -1; in GetCPUAllocator() local
89 &cpu_mem_limit_in_mb); in GetCPUAllocator()
93 int64 cpu_mem_limit = cpu_mem_limit_in_mb * (1LL << 20); in GetCPUAllocator()
99 << cpu_mem_limit_in_mb << " MB for ProcessState CPU allocator"; in GetCPUAllocator()