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