View source on GitHub |
Save an address for IndirectGotoOp
and unconditionally jump to another.
tfp.experimental.auto_batching.instructions.PushGotoOp(
push_block, goto_block
)
Use in the function call sequence. The address is saved on the reserved "program counter" variable.
Args | |
---|---|
push_block
|
The Block that the matching IndirectGotoOp will jump to.
|
goto_block
|
The Block to jump to.
|
Attributes | |
---|---|
push_block
|
A namedtuple alias for field number 0
|
goto_block
|
A namedtuple alias for field number 1
|