class ov::frontend::JsonConfigExtension

JsonConfigExtension reads MO config file and delegate transformation functionality to specified transformation ID specified in the config.

#include <json_config.hpp>

class JsonConfigExtension: public ov::frontend::DecoderTransformationExtension
{
public:
    // construction

    JsonConfigExtension(const std::string& config_path);
};

Inherited Members

public:
    // typedefs

    typedef std::shared_ptr<Extension> Ptr;
    typedef std::shared_ptr<DecoderTransformationExtension> Ptr;

    // methods

    void register_pass(ov::pass::Manager& manager) const;