Searched refs:single_allocation_warning_count_ (Results 1 – 1 of 1) sorted by relevance
69 : single_allocation_warning_count_(0), in CPUAllocator()78 single_allocation_warning_count_ < kMaxSingleAllocationWarnings) { in AllocateRaw()79 ++single_allocation_warning_count_; in AllocateRaw()139 std::atomic<int> single_allocation_warning_count_; member in tensorflow::__anon435a67570111::CPUAllocator