Op removes and returns the values associated with the key
tf.raw_ops.OrderedMapUnstage(
key,
indices,
dtypes,
capacity=0,
memory_limit=0,
container='',
shared_name='',
name=None
)
from the underlying container. If the underlying container does not contain this key, the op will block until it does.
Returns | |
---|---|
A list of Tensor objects of type dtypes .
|