Function tensorflow::ops::stage

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

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