Class ov::frontend::FWVisitorInputAttributes#

class FWVisitorInputAttributes : public ov::AttributeVisitor#

Public Functions

inline virtual void on_adapter(const std::string &name, ValueAccessor<void> &adapter) override#

handles all specialized on_adapter methods implemented by the visitor.

The adapter implements get_type_info(), which can be used to determine the adapter directly or via is_type and as_type on any platform