tensorflow::ops

Function 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).