Searched refs:total_delta (Results 1 – 1 of 1) sorted by relevance
233 float total_delta = 0; in Compute() local238 total_delta += std::abs(delta); in Compute()242 bool continue_centering = total_delta > centering_epsilon_; in Compute()244 VLOG(1) << "Continuing to center bias, delta=" << total_delta; in Compute()246 VLOG(1) << "Done centering bias, delta=" << total_delta; in Compute()