GraphXlaWhile Method |
Namespace: Emgu.TF
public Operation XlaWhile( Output input, string opName = "XlaWhile" )
Public Function XlaWhile ( input As Output, Optional opName As String = "XlaWhile" ) As Operation
public: Operation^ XlaWhile( Output^ input, String^ opName = L"XlaWhile" )
member XlaWhile : input : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "XlaWhile" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,