struct ov::element::NotSupported

Overview

Helper visitor which throws ov::Exception for not supported element type. More…

#include <element_visitor.hpp>

template <class R>
struct NotSupported
{
    // typedefs

    typedef R result_type;

    // methods

    static result_type visit();
};

// direct descendants

struct TensorTransform;

Detailed Documentation

Helper visitor which throws ov::Exception for not supported element type.

Parameters:

R

Type of return value.