Home
last modified time | relevance | path

Searched refs:_compute_weighted_loss (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Destimator.py21 from tensorflow.contrib.learn.python.learn.estimators.head import _compute_weighted_loss
159 return _compute_weighted_loss(
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dhead.py572 return _compute_weighted_loss(loss, weights)
589 return _compute_weighted_loss(loss, weights)
803 return _compute_weighted_loss(loss, weights)
987 return _compute_weighted_loss(loss, weights)
1240 return _compute_weighted_loss(loss, weights)
1804 def _compute_weighted_loss(loss_unweighted, weight, name="loss"): function
1957 return _compute_weighted_loss(loss, weights)