Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dmetrics.py994 metrics_utils.is_evenly_distributed_thresholds(self.thresholds))
1319 metrics_utils.is_evenly_distributed_thresholds(self.thresholds))
1448 metrics_utils.is_evenly_distributed_thresholds(self.thresholds))
2112 metrics_utils.is_evenly_distributed_thresholds(
/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils.py482 def is_evenly_distributed_thresholds(thresholds): function