Create an op that groups multiple operations.
Aliases:
tf.compat.v1.grouptf.compat.v2.group
tf.group(
*inputs,
**kwargs
)
Used in the guide:
MigrateyourTensorFlow1codetoTensorFlow2``Trainingcheckpoints`` When this op finishes, all ops ininputshave finished. This op has no output. tf.tupleSee also and tf.control_dependencies.
Args:
Returns:
An Operation that executes all its inputs.
Raises:
ValueError: If an unknown keyword argument is provided.