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