tfp.experimental.auto_batching.instructions.PushGotoOp

Save an address for IndirectGotoOp and unconditionally jump to another.

Use in the function call sequence. The address is saved on the reserved "program counter" variable.

push_block The Block that the matching IndirectGotoOp will jump to.
goto_block The Block to jump to.

push_block A namedtuple alias for field number 0
goto_block A namedtuple alias for field number 1