tfp.experimental.auto_batching.instructions.IndirectGotoOp

Jump to the address in the reserved "program counter" variable.

Main aliases

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

Use to return from a function call.

Also restores the previous saved program counter (under the one jumped to), enforcing proper nesting with invocations of PushGotoOp.