GraphGetOpNames Method |
Namespace: Emgu.TF
public void GetOpNames( HashSet<string> opNames = null, HashSet<string> potentialInputs = null, HashSet<string> potentialOutputs = null )
Public Sub GetOpNames ( Optional opNames As HashSet(Of String) = Nothing, Optional potentialInputs As HashSet(Of String) = Nothing, Optional potentialOutputs As HashSet(Of String) = Nothing )
public: void GetOpNames( HashSet<String^>^ opNames = nullptr, HashSet<String^>^ potentialInputs = nullptr, HashSet<String^>^ potentialOutputs = nullptr )
member GetOpNames : ?opNames : HashSet<string> * ?potentialInputs : HashSet<string> * ?potentialOutputs : HashSet<string> (* Defaults: let _opNames = defaultArg opNames null let _potentialInputs = defaultArg potentialInputs null let _potentialOutputs = defaultArg potentialOutputs null *) -> unit
2021 Emgu Corporation, All Rights Reserved,