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