Function tensorflow::eager::raw_ops::tensor_array_scatter
source · pub fn tensor_array_scatter<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
ctx: &'a Context,
handle: &T0,
indices: &T1,
value: &T2,
flow_in: &T3
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for TensorArrayScatter::new().call(&ctx, &handle, &indices, &value, &flow_in)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TensorArrayScatter