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