Jump to the address in the reserved "program counter" variable.
View aliases
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
tfp.experimental.auto_batching.instructions.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
.