tfp.experimental.auto_batching.instructions.GotoOp

An unconditional jump.

Main aliases

tfp.experimental.auto_batching.frontend.instructions.GotoOp, tfp.experimental.auto_batching.frontend.st.inst.GotoOp, tfp.experimental.auto_batching.frontend.stack.inst.GotoOp, tfp.experimental.auto_batching.stack_optimization.inst.GotoOp, tfp.experimental.auto_batching.stackless.inst.GotoOp

Use for skipping non-taken if branches, and for transferring control during the function call sequence.

block The Block to jump to.

block A namedtuple alias for field number 0