GraphSparseConditionalAccumulator Method |
Namespace: Emgu.TF
public Operation SparseConditionalAccumulator( DataType dtype, long[] shape, string container = null, string shared_name = null, string reduction_type = null, string opName = "SparseConditionalAccumulator" )
Public Function SparseConditionalAccumulator ( dtype As DataType, shape As Long(), Optional container As String = Nothing, Optional shared_name As String = Nothing, Optional reduction_type As String = Nothing, Optional opName As String = "SparseConditionalAccumulator" ) As Operation
public: Operation^ SparseConditionalAccumulator( DataType dtype, array<long long>^ shape, String^ container = nullptr, String^ shared_name = nullptr, String^ reduction_type = nullptr, String^ opName = L"SparseConditionalAccumulator" )
member SparseConditionalAccumulator : dtype : DataType * shape : int64[] * ?container : string * ?shared_name : string * ?reduction_type : string * ?opName : string (* Defaults: let _container = defaultArg container null let _shared_name = defaultArg shared_name null let _reduction_type = defaultArg reduction_type null let _opName = defaultArg opName "SparseConditionalAccumulator" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,