Function tensorflow::ops::scatter_nd
source · pub fn scatter_nd<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
indices: O0,
updates: O1,
shape: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ScatterNd::new().build(indices, updates, shape, scope)
.