pub fn tensor_array_gather<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    handle: O0,
    indices: O1,
    flow_in: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for TensorArrayGather::new().build(handle, indices, flow_in, scope).