Class ov::pass::detail::OstreamAttributeVisitor#

class OstreamAttributeVisitor : public ov::AttributeVisitor#

Public Functions

inline virtual void on_adapter(const std::string &name, ov::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

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

Provides API to handle openvino Function attribute type, accessed as ValueAccessor.

Parameters:
  • name – attribute name

  • adapter – reference to a Function ValueAccessor<VAT>