Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / runtime / onert / backend / gpu_cl / Config.h
index f8f94aa..980eb22 100644 (file)
@@ -36,7 +36,7 @@ public:
 public:
   std::string id() override { return "gpu_cl"; }
   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 true; }