Searched refs:single_allocation_warning_count_ (Results 1 – 1 of 1) sorted by relevance
105 : 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