GraphTensorListConcatV2 Method |
Namespace: Emgu.TF
public Operation TensorListConcatV2( Output input_handle, Output element_shape, Output leading_dims, DataType element_dtype, string opName = "TensorListConcatV2" )
Public Function TensorListConcatV2 ( input_handle As Output, element_shape As Output, leading_dims As Output, element_dtype As DataType, Optional opName As String = "TensorListConcatV2" ) As Operation
public: Operation^ TensorListConcatV2( Output^ input_handle, Output^ element_shape, Output^ leading_dims, DataType element_dtype, String^ opName = L"TensorListConcatV2" )
member TensorListConcatV2 : input_handle : Output * element_shape : Output * leading_dims : Output * element_dtype : DataType * ?opName : string (* Defaults: let _opName = defaultArg opName "TensorListConcatV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,