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