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