Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_state.cc47 : numa_enabled_(false), cpu_allocators_cached_(0) {} in ProcessState()
68 if (numa_node < cpu_allocators_cached_.load(std::memory_order_acquire)) { in GetCPUAllocator()
128 cpu_allocators_cached_.fetch_add(1, std::memory_order_release); in GetCPUAllocator()
Dprocess_state.h109 std::atomic<int> cpu_allocators_cached_; variable