Searched refs:_predictions_streaming_mean (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | head.py | 932 _predictions_streaming_mean(logistic, weights)) 1172 _predictions_streaming_mean(probabilities, weights, class_id)) 1175 _predictions_streaming_mean(logits, weights, class_id)) 1432 _predictions_streaming_mean(classes, weights, class_id)) 1438 _predictions_streaming_mean(probabilities, weights, class_id)) 1441 _predictions_streaming_mean(logits, weights, class_id)) 1979 def _predictions_streaming_mean(predictions, function
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | target_column.py | 458 metrics[_MetricKeys.PREDICTION_MEAN] = _predictions_streaming_mean 489 def _predictions_streaming_mean(predictions, unused_labels, weights=None): function
|