GraphStatefulRandomBinomial Method |
Namespace: Emgu.TF
public Operation StatefulRandomBinomial( Output resource, Output algorithm, Output shape, Output counts, Output probs, Nullable<DataType> dtype = null, string opName = "StatefulRandomBinomial" )
Public Function StatefulRandomBinomial ( resource As Output, algorithm As Output, shape As Output, counts As Output, probs As Output, Optional dtype As Nullable(Of DataType) = Nothing, Optional opName As String = "StatefulRandomBinomial" ) As Operation
public: Operation^ StatefulRandomBinomial( Output^ resource, Output^ algorithm, Output^ shape, Output^ counts, Output^ probs, Nullable<DataType> dtype = nullptr, String^ opName = L"StatefulRandomBinomial" )
member StatefulRandomBinomial : resource : Output * algorithm : Output * shape : Output * counts : Output * probs : Output * ?dtype : Nullable<DataType> * ?opName : string (* Defaults: let _dtype = defaultArg dtype null let _opName = defaultArg opName "StatefulRandomBinomial" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,