tensorflow::ops

Function count_up_to

Source
pub fn count_up_to<O0: Into<Output>>(
    ref_: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for CountUpTo::new().build(ref_, scope).