Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.metrics.pbtxt92 name: "recall_at_thresholds"
/external/tensorflow/tensorflow/python/kernel_tests/
Dmetrics_test.py1737 rec, _ = metrics.recall_at_thresholds(
1752 _, recall_op = metrics.recall_at_thresholds(
1769 rec, rec_op = metrics.recall_at_thresholds(labels, predictions, thresholds)
1794 rec, rec_op = metrics.recall_at_thresholds(labels, predictions,
1815 rec, rec_op = metrics.recall_at_thresholds(labels, predictions,
1834 rec, rec_op = metrics.recall_at_thresholds(labels, predictions,
1854 rec, rec_op = metrics.recall_at_thresholds(
1885 rec, rec_op = metrics.recall_at_thresholds(
1914 rec, rec_op = metrics.recall_at_thresholds(labels, predictions,
1938 rec, rec_op = metrics.recall_at_thresholds(labels, predictions,
[all …]
/external/tensorflow/tensorflow/python/distribute/
Dmetrics_v1_test.py400 return metrics.recall_at_thresholds(labels, predictions, [0.5])
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py2661 def recall_at_thresholds(labels, function