Function tensorflow::ops::scatter_nd_sub

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

Shorthand for ScatterNdSub::new().build(ref_, indices, updates, scope).