We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc1c84 commit 6eebda8Copy full SHA for 6eebda8
src/plugins/intel_npu/src/common/include/intel_npu/common/icompiler_adapter.hpp
@@ -13,7 +13,7 @@ class ICompilerAdapter {
13
virtual std::shared_ptr<IGraph> compile(const std::shared_ptr<const ov::Model>& model,
14
const Config& config) const = 0;
15
virtual std::vector<std::shared_ptr<IGraph>> compileWS(const std::shared_ptr<ov::Model>& model,
16
- const Config& config) const;
+ const Config& config) const = 0;
17
virtual std::shared_ptr<IGraph> parse(std::vector<uint8_t> network, const Config& config) const = 0;
18
virtual ov::SupportedOpsMap query(const std::shared_ptr<const ov::Model>& model, const Config& config) const = 0;
19
0 commit comments