Create an op that groups multiple operations.
Aliases:
tf.compat.v1.group
tf.compat.v2.group
tf.group(
*inputs,
**kwargs
)
Used in the guide:
M
ig
ra
te
y
ou
rT
e
ns
or
Fl
ow
1
c
od
et
o
T
en
so
rF
lo
w2``
T
ra
in
in
gc
h
ec
kp
oi
nt
s`` When this op finishes, all ops ininputs
have 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.