Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Deval_metrics.py114 return metrics.recall_at_thresholds(
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.metrics.pbtxt92 name: "recall_at_thresholds"
/external/tensorflow/tensorflow/python/kernel_tests/
Dmetrics_test.py1707 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/
Dmetrics_v1_test.py396 return metrics.recall_at_thresholds(labels, predictions, [0.5])
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dhead.py2064 precision_tensor, update_op = metrics_lib.recall_at_thresholds(
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py1953 return metrics.recall_at_thresholds(
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py2633 def recall_at_thresholds(labels, function