struct ov::op::util::GetNotNegative

#include <one_hot_shape_inference.hpp>

template <class T>
struct GetNotNegative
{
    // fields

    const Node \* m_op;

    // construction

    GetNotNegative(const Node \* op);

    // methods

    template <class V>
    T operator () (const V v) const;
};