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