tensorflow::ops

Function stage

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

Shorthand for Stage::new().build(values, scope).