Function tensorflow::ops::ref_next_iteration
source · pub fn ref_next_iteration<O0: Into<Output>>(
data: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RefNextIteration::new().build(data, scope)
.