Home
last modified time | relevance | path

Searched refs:auc_with_confidence_intervals (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/metrics/
D__init__.py91 from tensorflow.contrib.metrics.python.ops.metric_ops import auc_with_confidence_intervals
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops_test.py2207 metric_ops.auc_with_confidence_intervals(
2322 auc, update_op = metrics.auc_with_confidence_intervals(tf_labels,
2342 _, update_op = metrics.auc_with_confidence_intervals(labels, predictions)
2350 _, update_op = metrics.auc_with_confidence_intervals(labels, predictions)
2361 _, update_op = metrics.auc_with_confidence_intervals(labels, predictions)
Dmetric_ops.py1405 def auc_with_confidence_intervals(labels, function
/external/tensorflow/
DRELEASE.md582 …* Add `auc_with_confidence_intervals`, a method for computing the AUC and confidence interval with…