pub fn add_n<O0: Into<Output>>( inputs: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for AddN::new().build(inputs, scope).
AddN::new().build(inputs, scope)