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