Home | History | Annotate | Download | only in ops

Lines Matching defs:unpack

210 # TODO(shoyer): rename pack/unpack to stack/unstack
262 def unpack(labeled_tensor, axis_name=None, name=None):
263 """Unpack the tensor.
265 See tf.unpack.
269 axis_name: Optional name of axis to unpack. By default, the first axis is
628 unpack_lts = unpack(labeled_tensor)