GraphTopKV2 Method |
Namespace: Emgu.TF
public Operation TopKV2( Output input, Output k, bool sorted = true, string opName = "TopKV2" )
Public Function TopKV2 ( input As Output, k As Output, Optional sorted As Boolean = true, Optional opName As String = "TopKV2" ) As Operation
public: Operation^ TopKV2( Output^ input, Output^ k, bool sorted = true, String^ opName = L"TopKV2" )
member TopKV2 : input : Output * k : Output * ?sorted : bool * ?opName : string (* Defaults: let _sorted = defaultArg sorted true let _opName = defaultArg opName "TopKV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,