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