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