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