tf.group

Create an op that groups multiple operations.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.group, `tf.compat.v2.group`

When this op finishes, all ops in inputs have finished. This op has no output.

See also tf.tuple and tf.control_dependencies.

*inputs Zero or more tensors to group.
name A name for this operation (optional).

An Operation that executes all its inputs.

ValueError If an unknown keyword argument is provided.