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