rml_op_top_k_params
Parameters for the RML_OP_TOP_K operation.
API
Graph Manipulation
Items
Name |
Type |
Description |
---|---|---|
input |
Operation that outputs tensor containing input data. |
|
axis |
int32_t |
Dimension on which to do the sort. Negative value means counting dimensions from the back. |
k |
uint32_t |
Number of returned elements. |