For each key, assigns the respective value to the specified component.
tf.raw_ops.BarrierInsertMany(
handle, keys, values, component_index, name=None
)
If a key is not found in the barrier, this operation will create a new incomplete element. If a key is found in the barrier, and the element already has a value at component_index, this operation will fail with INVALID_ARGUMENT, and leave the barrier in an undefined state.
Returns | |
---|---|
The created Operation. |