GraphSparseConcat Method |
Namespace: Emgu.TF
public Operation SparseConcat( Output indices, Output values, Output shapes, long concat_dim, string opName = "SparseConcat" )
Public Function SparseConcat ( indices As Output, values As Output, shapes As Output, concat_dim As Long, Optional opName As String = "SparseConcat" ) As Operation
public: Operation^ SparseConcat( Output^ indices, Output^ values, Output^ shapes, long long concat_dim, String^ opName = L"SparseConcat" )
member SparseConcat : indices : Output * values : Output * shapes : Output * concat_dim : int64 * ?opName : string (* Defaults: let _opName = defaultArg opName "SparseConcat" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,