Searched refs:recall_at_thresholds (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/contrib/tensor_forest/client/ |
D | eval_metrics.py | 114 return metrics.recall_at_thresholds(
|
/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 | 1707 rec, _ = metrics.recall_at_thresholds( 1722 _, recall_op = metrics.recall_at_thresholds( 1739 rec, rec_op = metrics.recall_at_thresholds(labels, predictions, thresholds) 1764 rec, rec_op = metrics.recall_at_thresholds(labels, predictions, 1785 rec, rec_op = metrics.recall_at_thresholds(labels, predictions, 1804 rec, rec_op = metrics.recall_at_thresholds(labels, predictions, 1824 rec, rec_op = metrics.recall_at_thresholds( 1855 rec, rec_op = metrics.recall_at_thresholds( 1884 rec, rec_op = metrics.recall_at_thresholds(labels, predictions, 1908 rec, rec_op = metrics.recall_at_thresholds(labels, predictions, [all …]
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | metrics_v1_test.py | 396 return metrics.recall_at_thresholds(labels, predictions, [0.5])
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | head.py | 2064 precision_tensor, update_op = metrics_lib.recall_at_thresholds(
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops.py | 1953 return metrics.recall_at_thresholds(
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 2633 def recall_at_thresholds(labels, function
|