pub fn inplace_add<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( x: O0, i: O1, v: O2, scope: &mut Scope, ) -> Result<Operation>
Shorthand for InplaceAdd::new().build(x, i, v, scope).
InplaceAdd::new().build(x, i, v, scope)