enum ov::op::TopKSortType

#include <attr_types.hpp>

enum TopKSortType
{
    NONE,
    SORT_INDICES,
    SORT_VALUES,
};