Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dallocator.cc105 : single_allocation_warning_count_(0), in CPUAllocator()
114 single_allocation_warning_count_ < kMaxSingleAllocationWarnings) { in AllocateRaw()
115 ++single_allocation_warning_count_; in AllocateRaw()
175 std::atomic<int> single_allocation_warning_count_; member in tensorflow::__anonab749f280111::CPUAllocator