Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dlogistic_regressor.py177 metrics_lib.streaming_recall(labels=labels_tensor,
/external/tensorflow/tensorflow/contrib/metrics/
D__init__.py123 from tensorflow.contrib.metrics.python.ops.metric_ops import streaming_recall
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops_test.py1201 metrics.streaming_recall(
1209 mean, _ = metrics.streaming_recall(
1217 _, update_op = metrics.streaming_recall(
1228 recall, update_op = metrics.streaming_recall(predictions, labels)
1247 recall, update_op = metrics.streaming_recall(predictions, labels)
1257 recall, update_op = metrics.streaming_recall(predictions, labels)
1268 recall, update_op = metrics.streaming_recall(
1283 recall, update_op = metrics.streaming_recall(
1299 recall, update_op = metrics.streaming_recall(predictions, labels)
1309 recall, update_op = metrics.streaming_recall(predictions, labels)
Dmetric_ops.py454 def streaming_recall(predictions, function