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