Searched refs:compute_mean (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 382 def compute_mean(_, t, c): function 386 metrics_collections, compute_mean, total, count) 1378 compute_mean = lambda _, t, c: math_ops.div_no_nan( # pylint: disable=g-long-lambda function 1382 metrics_collections, compute_mean, total, count)
|