GraphStatefulUniformInt Method |
Namespace: Emgu.TF
public Operation StatefulUniformInt( Output resource, Output algorithm, Output shape, Output minval, Output maxval, string opName = "StatefulUniformInt" )
Public Function StatefulUniformInt ( resource As Output, algorithm As Output, shape As Output, minval As Output, maxval As Output, Optional opName As String = "StatefulUniformInt" ) As Operation
public: Operation^ StatefulUniformInt( Output^ resource, Output^ algorithm, Output^ shape, Output^ minval, Output^ maxval, String^ opName = L"StatefulUniformInt" )
member StatefulUniformInt : resource : Output * algorithm : Output * shape : Output * minval : Output * maxval : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "StatefulUniformInt" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,