description: Returns an Op that pushes values from vars_in into vars_out.
tfp.experimental.auto_batching.instructions.push_op
Returns an Op
that pushes values from vars_in
into vars_out
.
View aliases
Main aliases
tfp.experimental.auto_batching.frontend.instructions.push_op
, tfp.experimental.auto_batching.frontend.st.inst.push_op
, tfp.experimental.auto_batching.frontend.stack.inst.push_op
, tfp.experimental.auto_batching.stack_optimization.inst.push_op
, tfp.experimental.auto_batching.stackless.inst.push_op
tfp.experimental.auto_batching.instructions.push_op(
vars_in, vars_out
)
Args |
vars_in
|
Python pattern of string , the variables to read.
|
vars_out
|
Python pattern of string , matching with vars_in ; the
variables to write to.
|
Returns |
op
|
An Op that accomplishes the push.
|