tf.group

View source on GitHub

Create an op that groups multiple operations.

tf.group(
    *inputs, **kwargs
)

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

See also tf.tuple and tf.control_dependencies.

Args:

Returns:

An Operation that executes all its inputs.

Raises: