Searched refs:_streaming_auc (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | head.py | 941 _streaming_auc(logistic, labels, weights)) 943 _streaming_auc(logistic, labels, weights, curve="PR")) 1423 metrics[_summary_key(self.head_name, mkey.AUC)] = _streaming_auc( 1425 metrics[_summary_key(self.head_name, mkey.AUC_PR)] = _streaming_auc( 1443 _streaming_auc(probabilities, labels, weights, class_id)) 1445 _streaming_auc(probabilities, labels, weights, class_id, 2022 def _streaming_auc(predictions, labels, weights=None, class_id=None, function
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | target_column.py | 464 metrics[_MetricKeys.AUC] = _streaming_auc 493 def _streaming_auc(predictions, labels, weights=None): function
|