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