tfp.experimental.auto_batching.instructions.PushGotoOp

Save an address for IndirectGotoOp and unconditionally jump to another.

Main aliases

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

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