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