Searched refs:_confusion_matrix_at_thresholds (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 461 def _confusion_matrix_at_thresholds(labels, function 722 values, update_ops = _confusion_matrix_at_thresholds( 1590 values, update_ops = _confusion_matrix_at_thresholds( 1699 values, update_ops = _confusion_matrix_at_thresholds( 1808 values, update_ops = _confusion_matrix_at_thresholds( 1917 values, update_ops = _confusion_matrix_at_thresholds( 2081 values, update_ops = _confusion_matrix_at_thresholds( 2688 values, update_ops = _confusion_matrix_at_thresholds( 2855 values, update_ops = _confusion_matrix_at_thresholds( 3628 values, update_ops = _confusion_matrix_at_thresholds(
|
/external/tensorflow/tensorflow/contrib/metrics/python/metrics/ |
D | classification.py | 156 …values, update_ops = metrics_impl._confusion_matrix_at_thresholds( # pylint: disable=protected-ac…
|