Function tensorflow::ops::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).