Searched refs:sum_of_weights (Results 1 – 2 of 2) sorted by relevance
1458 sum_of_weights = math_ops.reduce_sum(1461 divisor = math_ops.reciprocal(sum_of_weights, name="inv_weight_sum")
1287 uint32_t sum_of_weights = 0; in RouteActionParse() local1309 sum_of_weights += cluster.weight; in RouteActionParse()1312 if (total_weight != sum_of_weights) { in RouteActionParse()