Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / runtime / onert / core / src / exec / ExecTime.test.cc
index 1f7152e..939184e 100644 (file)
@@ -34,7 +34,7 @@ struct MockConfig : public IConfig
   std::string id() override { return "b1"; }
   bool initialize() override { return true; };
   bool supportPermutation() override { return false; }
-  ir::Layout supportLayout(const ir::Operation &, ir::Layout) override
+  ir::Layout supportLayout(const ir::IOperation &, ir::Layout) override
   {
     return ir::Layout::UNKNOWN;
   }