Function tensorflow::ops::tensor_array_scatter_v2
source · pub fn tensor_array_scatter_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
handle: O0,
indices: O1,
value: O2,
flow_in: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TensorArrayScatterV2::new().build(handle, indices, value, flow_in, scope)
.