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