![]() |
Class IndirectGotoOp
Jump to the address in the reserved "program counter" variable.
Aliases:
- Class
tfp.experimental.auto_batching.frontend.instructions.IndirectGotoOp
- Class
tfp.experimental.auto_batching.frontend.st.inst.IndirectGotoOp
- Class
tfp.experimental.auto_batching.frontend.stack.inst.IndirectGotoOp
- Class
tfp.experimental.auto_batching.stack_optimization.inst.IndirectGotoOp
- Class
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
.
__new__
__new__(_cls)
Create new instance of IndirectGotoOp()