Home
last modified time | relevance | path

Searched refs:_softmax_cross_entropy_loss (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Ddistillation_loss.py70 return head_lib._softmax_cross_entropy_loss( # pylint: disable=protected-access
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dtarget_column.py92 loss_fn = _softmax_cross_entropy_loss
418 def _softmax_cross_entropy_loss(logits, target): function
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dhead.py964 def _softmax_cross_entropy_loss(labels, logits, weights=None): function
1044 self._loss_fn = loss_fn if loss_fn else _softmax_cross_entropy_loss