struct ov::op::util::GetK

#include <topk_shape_inference.hpp>

template <class T>
struct GetK
{
    // fields

    const util::TopKBase \* m_op;

    // construction

    GetK(const util::TopKBase \* op);

    // methods

    template <class K>
    T operator () (const K k) const;
};