GraphResourceConditionalAccumulator Method |
Namespace: Emgu.TF
public Operation ResourceConditionalAccumulator( DataType dtype, long[] shape, string container = null, string shared_name = null, string reduction_type = null, string opName = "ResourceConditionalAccumulator" )
Public Function ResourceConditionalAccumulator ( 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 = "ResourceConditionalAccumulator" ) As Operation
public: Operation^ ResourceConditionalAccumulator( DataType dtype, array<long long>^ shape, String^ container = nullptr, String^ shared_name = nullptr, String^ reduction_type = nullptr, String^ opName = L"ResourceConditionalAccumulator" )
member ResourceConditionalAccumulator : 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 "ResourceConditionalAccumulator" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,