pub fn tensor_list_scatter_into_existing_list<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input_handle: &T0,
    tensor: &T1,
    indices: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for TensorListScatterIntoExistingList::new().call(&ctx, &input_handle, &tensor, &indices).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TensorListScatterIntoExistingList