Searched refs:_float_weights_or_none (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | target_column.py | 479 def _float_weights_or_none(weights): function 495 predictions, labels, weights=_float_weights_or_none(weights)) 516 weights=_float_weights_or_none(weights))
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | head.py | 1960 def _float_weights_or_none(weights): function 1969 weights = _float_weights_or_none(weights) 1983 weights = _float_weights_or_none(weights) 2029 weights = _float_weights_or_none(weights) 2059 labels, predictions, (threshold,), _float_weights_or_none(weights)) 2065 labels, predictions, (threshold,), _float_weights_or_none(weights))
|