Op is similar to a lightweight Dequeue.
tf.raw_ops.Unstage(
dtypes,
capacity=0,
memory_limit=0,
container='',
shared_name='',
name=None
)
The basic functionality is similar to dequeue with many fewer capabilities and options. This Op is optimized for performance.
Returns | |
---|---|
A list of Tensor objects of type dtypes .
|