Function tensorflow::ops::inplace_add

source ·
pub fn inplace_add<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    x: O0,
    i: O1,
    v: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for InplaceAdd::new().build(x, i, v, scope).