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