GraphParallelConcat Method |
Namespace: Emgu.TF
public Operation ParallelConcat( Output values, long[] shape, string opName = "ParallelConcat" )
Public Function ParallelConcat ( values As Output, shape As Long(), Optional opName As String = "ParallelConcat" ) As Operation
public: Operation^ ParallelConcat( Output^ values, array<long long>^ shape, String^ opName = L"ParallelConcat" )
member ParallelConcat : values : Output * shape : int64[] * ?opName : string (* Defaults: let _opName = defaultArg opName "ParallelConcat" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,