pub fn scatter_nd_non_aliasing_add<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    input: O0,
    indices: O1,
    updates: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ScatterNdNonAliasingAdd::new().build(input, indices, updates, scope).