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/python/distribute/
Dmetrics_v1_test.py296 return metrics.true_negatives_at_thresholds(labels, predictions, [.5])
/external/tensorflow/tensorflow/python/kernel_tests/
Dmetrics_test.py4456 metrics.true_negatives_at_thresholds(
4470 tn, tn_update_op = metrics.true_negatives_at_thresholds(
4487 tn, tn_update_op = metrics.true_negatives_at_thresholds(
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py1792 def true_negatives_at_thresholds(labels, function