Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.metrics.pbtxt132 name: "true_positives_at_thresholds"
/external/tensorflow/tensorflow/python/distribute/
Dmetrics_v1_test.py348 return metrics.true_positives_at_thresholds(labels, predictions, [.5])
/external/tensorflow/tensorflow/python/kernel_tests/
Dmetrics_test.py4561 metrics.true_positives_at_thresholds(
4575 tp, tp_update_op = metrics.true_positives_at_thresholds(
4592 tp, tp_update_op = metrics.true_positives_at_thresholds(
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py1901 def true_positives_at_thresholds(labels, function