Function tensorflow::ops::tensor_list_scatter_into_existing_list
source · pub fn tensor_list_scatter_into_existing_list<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input_handle: O0,
tensor: O1,
indices: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TensorListScatterIntoExistingList::new().build(input_handle, tensor, indices, scope)
.