Searched refs:_logits_to_predictions (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | head.py | 749 logits_to_predictions_fn=self._logits_to_predictions, 768 def _logits_to_predictions(self, logits): member in _RegressionHead 870 logits_to_predictions_fn=self._logits_to_predictions, 890 def _logits_to_predictions(self, logits): member in _BinaryLogisticHead 1075 logits_to_predictions_fn=self._logits_to_predictions, 1116 def _logits_to_predictions(self, logits): member in _MultiClassHead 1272 logits_to_predictions_fn=self._logits_to_predictions, 1292 def _logits_to_predictions(self, logits): member in _BinarySvmHead 1372 logits_to_predictions_fn=self._logits_to_predictions, 1393 def _logits_to_predictions(self, logits): member in _MultiLabelHead
|