Struct ov::element::IfTypeOf#

template<Type_t...>
struct IfTypeOf

Primary template defines suppoted element types.

The list of element types is used to check if runtime value of element type is one in the list. Base on this check the Visitor::visit function is called for specific element type.

Template Parameters:

List – of supported ov::element types.