pub fn tensor_list_get_item<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    input_handle: O0,
    index: O1,
    element_shape: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for TensorListGetItem::new().build(input_handle, index, element_shape, scope).