Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmetrics_impl.py464 def compute_mean(_, t, c): function
1583 compute_mean = lambda _, t, c: math_ops.div_no_nan( # pylint: disable=g-long-lambda function