tfp.experimental.auto_batching.instructions.IndirectGotoOp

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

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.