tf.contrib.metrics.streaming_true_negatives_at_thresholds

tf.contrib.metrics.streaming_true_negatives_at_thresholds(
    predictions,
    labels,
    thresholds,
    weights=None
)

Defined in tensorflow/contrib/metrics/python/ops/metric_ops.py.