GraphRandomPoissonV2 Method |
Namespace: Emgu.TF
public Operation RandomPoissonV2( Output shape, Output rate, long seed = 0, long seed2 = 0, Nullable<DataType> dtype = null, string opName = "RandomPoissonV2" )
Public Function RandomPoissonV2 ( shape As Output, rate As Output, Optional seed As Long = 0, Optional seed2 As Long = 0, Optional dtype As Nullable(Of DataType) = Nothing, Optional opName As String = "RandomPoissonV2" ) As Operation
public: Operation^ RandomPoissonV2( Output^ shape, Output^ rate, long long seed = 0, long long seed2 = 0, Nullable<DataType> dtype = nullptr, String^ opName = L"RandomPoissonV2" )
member RandomPoissonV2 : shape : Output * rate : Output * ?seed : int64 * ?seed2 : int64 * ?dtype : Nullable<DataType> * ?opName : string (* Defaults: let _seed = defaultArg seed 0 let _seed2 = defaultArg seed2 0 let _dtype = defaultArg dtype null let _opName = defaultArg opName "RandomPoissonV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,