pub fn tensor_array_concat_v2<O0: Into<Output>, O1: Into<Output>>( handle: O0, flow_in: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for TensorArrayConcatV2::new().build(handle, flow_in, scope).
TensorArrayConcatV2::new().build(handle, flow_in, scope)