Home
last modified time | relevance | path

Searched refs:sum_of_weights (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dnn_impl.py1458 sum_of_weights = math_ops.reduce_sum(
1461 divisor = math_ops.reciprocal(sum_of_weights, name="inv_weight_sum")
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc1287 uint32_t sum_of_weights = 0; in RouteActionParse() local
1309 sum_of_weights += cluster.weight; in RouteActionParse()
1312 if (total_weight != sum_of_weights) { in RouteActionParse()