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