Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dgradients_impl.py205 def _AsList(x): function
484 ys = _AsList(ys)
485 xs = _AsList(xs)
486 stop_gradients = [] if stop_gradients is None else _AsList(stop_gradients)
490 grad_ys = _AsList(grad_ys)
617 in_grads = _AsList(in_grads)
1010 xs = _AsList(xs)