Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dmetrics_utils.py162 FALSE_POSITIVES = 'fp' variable in ConfusionMatrix
346 update_fp = ConfusionMatrix.FALSE_POSITIVES in variables_to_update
355 loop_vars[ConfusionMatrix.FALSE_POSITIVES] = (label_is_neg, pred_is_pos)
/external/tensorflow/tensorflow/python/keras/
Dmetrics.py916 confusion_matrix_cond=metrics_utils.ConfusionMatrix.FALSE_POSITIVES,
1170 metrics_utils.ConfusionMatrix.FALSE_POSITIVES: self.false_positives
1380 metrics_utils.ConfusionMatrix.FALSE_POSITIVES: self.false_positives,
1698 metrics_utils.ConfusionMatrix.FALSE_POSITIVES: self.false_positives,