Searched refs:streaming_recall (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | logistic_regressor.py | 177 metrics_lib.streaming_recall(labels=labels_tensor,
|
/external/tensorflow/tensorflow/contrib/metrics/ |
D | __init__.py | 123 from tensorflow.contrib.metrics.python.ops.metric_ops import streaming_recall
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops_test.py | 1201 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)
|
D | metric_ops.py | 454 def streaming_recall(predictions, function
|