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.py59 WEIGHTED_MEAN = 'weighted_mean' variable in Reduction
/external/tensorflow/tensorflow/python/keras/
Dmetrics.py363 metrics_utils.Reduction.WEIGHTED_MEAN]:
413 elif self.reduction == metrics_utils.Reduction.WEIGHTED_MEAN:
429 metrics_utils.Reduction.WEIGHTED_MEAN,
514 reduction=metrics_utils.Reduction.WEIGHTED_MEAN, name=name, dtype=dtype)