Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils.py55 WEIGHTED_MEAN = 'weighted_mean' variable in Reduction
/external/tensorflow/tensorflow/python/keras/
Dmetrics.py273 metrics_utils.Reduction.WEIGHTED_MEAN]:
324 elif self.reduction == metrics_utils.Reduction.WEIGHTED_MEAN:
340 metrics_utils.Reduction.WEIGHTED_MEAN,
429 reduction=metrics_utils.Reduction.WEIGHTED_MEAN, name=name, dtype=dtype)