pub fn tensor_list_scatter_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    tensor: O0,
    indices: O1,
    element_shape: O2,
    num_elements: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for TensorListScatterV2::new().build(tensor, indices, element_shape, num_elements, scope).