Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / runtime / onert / backend / trix / Config.cc
index c233264..b536fd5 100644 (file)
@@ -25,7 +25,7 @@ namespace trix
 
 bool Config::initialize() { return true; }
 
-ir::Layout Config::supportLayout(const ir::Operation &, ir::Layout) { return ir::Layout::NHWC; }
+ir::Layout Config::supportLayout(const ir::IOperation &, ir::Layout) { return ir::Layout::NHWC; }
 
 } // namespace trix
 } // namespace backend