Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Ddistillation_loss.py65 return head_lib._log_loss_with_two_classes( # pylint: disable=protected-access
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dtarget_column.py90 loss_fn = _log_loss_with_two_classes
409 def _log_loss_with_two_classes(logits, target): function
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dhead.py792 def _log_loss_with_two_classes(labels, logits, weights=None): function
847 self._loss_fn = loss_fn if loss_fn else _log_loss_with_two_classes