tfp.experimental.auto_batching.instructions.PushGotoOp
Save an address for IndirectGotoOp
and unconditionally jump to another.
View aliases
Main aliases
tfp.experimental.auto_batching.frontend.instructions.PushGotoOp
, tfp.experimental.auto_batching.frontend.st.inst.PushGotoOp
, tfp.experimental.auto_batching.frontend.stack.inst.PushGotoOp
, tfp.experimental.auto_batching.stack_optimization.inst.PushGotoOp
, tfp.experimental.auto_batching.stackless.inst.PushGotoOp
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
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-11-21 UTC.
[null,null,["Last updated 2023-11-21 UTC."],[],[]]