Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.metrics.pbtxt124 name: "true_negatives_at_thresholds"
/external/tensorflow/tensorflow/contrib/distribute/python/
Dmetrics_v1_test.py292 return metrics.true_negatives_at_thresholds(labels, predictions, [.5])
/external/tensorflow/tensorflow/python/kernel_tests/
Dmetrics_test.py4399 metrics.true_negatives_at_thresholds(
4413 tn, tn_update_op = metrics.true_negatives_at_thresholds(
4430 tn, tn_update_op = metrics.true_negatives_at_thresholds(
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py1764 def true_negatives_at_thresholds(labels, function