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
[Missing <returns> documentation for "M:Emgu.TF.Graph.StatefulStandardNormal(Emgu.TF.Output,Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]
2020 Emgu Corporation, All Rights Reserved,