Home | History | Annotate | Download | only in ops

Lines Matching refs:total_size

1096       total_size = math_ops.add_n(weights)
1097 total_size += 1e-12 # Just to avoid division by 0 for all-0 weights.
1098 log_perps /= total_size