Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / runtime / onert / backend / trix / Config.h
index 799047d..310c57b 100644 (file)
@@ -33,7 +33,7 @@ class Config : public IConfig
 public:
   std::string id() override { return "trix"; }
   bool initialize() override;
-  ir::Layout supportLayout(const ir::Operation &node, ir::Layout frontend_layout) override;
+  ir::Layout supportLayout(const ir::IOperation &node, ir::Layout frontend_layout) override;
   bool supportPermutation() override { return true; }
   bool supportDynamicTensor() override { return false; }
   bool supportFP16() override { return false; }