Function tensorflow::ops::for_

source ·
pub fn for_<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    start: O0,
    limit: O1,
    delta: O2,
    input: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for For::new().build(start, limit, delta, input, scope).