From 92e779366134c6f053afa3c833e16a6ed60385e7 Mon Sep 17 00:00:00 2001 From: Rasmi Date: Fri, 8 Sep 2017 12:52:10 -0400 Subject: [PATCH] Fixed typo. (#12914) --- tensorflow/contrib/metrics/python/ops/metric_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/contrib/metrics/python/ops/metric_ops.py b/tensorflow/contrib/metrics/python/ops/metric_ops.py index 463bd603003..cd1319fec7a 100644 --- a/tensorflow/contrib/metrics/python/ops/metric_ops.py +++ b/tensorflow/contrib/metrics/python/ops/metric_ops.py @@ -955,7 +955,7 @@ def streaming_specificity_at_sensitivity( def streaming_sensitivity_at_specificity( predictions, labels, specificity, weights=None, num_thresholds=200, metrics_collections=None, updates_collections=None, name=None): - """Computes the specificity at a given sensitivity. + """Computes the sensitivity at a given specificity. The `streaming_sensitivity_at_specificity` function creates four local variables, `true_positives`, `true_negatives`, `false_positives` and