Searched refs:_as_iterable (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | svm.py | 36 def _as_iterable(preds, output): function 175 return _as_iterable(preds, output=key) 192 return _as_iterable(preds, output=key)
|
D | linear.py | 72 def _as_iterable(preds, output): function 576 return _as_iterable(preds, output=key) 607 return _as_iterable(preds, output=key) 847 return _as_iterable(preds, output=key)
|
D | dnn_linear_combined.py | 65 def _as_iterable(preds, output): function 786 return _as_iterable(preds, output=key) 817 return _as_iterable(preds, output=key)
|