Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py382 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)