Searched refs:single_allocation_warning_count_ (Results 1 – 1 of 1) sorted by relevance
71 : single_allocation_warning_count_(0), in CPUAllocator()80 single_allocation_warning_count_ < kMaxSingleAllocationWarnings) { in AllocateRaw()81 ++single_allocation_warning_count_; in AllocateRaw()176 std::atomic<int> single_allocation_warning_count_; member in tensorflow::__anonb46ab94d0111::CPUAllocator