tensorflow::ops

Function add_n

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

Shorthand for AddN::new().build(inputs, scope).