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