in memory_saving_gradients.py [0:0]
def _to_ops(iterable): if not _is_iterable(iterable): return iterable return [_to_op(i) for i in iterable]