Searched refs:prob_weight (Results 1 – 1 of 1) sorted by relevance
248 void ComputeProbabilityWeight(double* prob_weight, in ComputeProbabilityWeight() argument303 prob_weight[k] = result; in ComputeProbabilityWeight()388 rtc::scoped_ptr<double[]> prob_weight(new double[kNumLossModels]); in ComputeMetricsForCode() local389 memset(prob_weight.get() , 0, sizeof(double) * kNumLossModels); in ComputeMetricsForCode()460 ComputeProbabilityWeight(prob_weight.get(), in ComputeMetricsForCode()466 prob_weight[k]; in ComputeMetricsForCode()468 residual_loss * prob_weight[k]; in ComputeMetricsForCode()