[CONFORMANCE] Fix compilation on Debian Post-commit (#18720)

This commit is contained in:
Irina Efode
2023-07-22 01:02:07 +03:00
committed by GitHub
parent 7f183f0e2f
commit 1affc6e66f

View File

@@ -14,7 +14,7 @@ namespace ov {
namespace tools {
namespace subgraph_dumper {
class GraphCache : public virtual ICache {
class GraphCache : public ICache {
public:
void update_cache(const std::shared_ptr<ov::Model>& model,
const std::string& model_meta_data,