Searched refs:recall_at_thresholds (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.metrics.pbtxt | 92 name: "recall_at_thresholds"
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | metrics_test.py | 1737 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/ |
D | metrics_v1_test.py | 400 return metrics.recall_at_thresholds(labels, predictions, [0.5])
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 2661 def recall_at_thresholds(labels, function
|