Imported Upstream version 1.21.0
[platform/core/ml/nnfw.git] / runtime / onert / frontend / trix / src / trix_loader_dummy.cc
index 9fc8e1f..eecbd22 100644 (file)
@@ -22,10 +22,10 @@ namespace onert
 {
 namespace trix_loader
 {
-std::unique_ptr<ir::Subgraphs> loadModel(const std::string &)
+std::unique_ptr<ir::Model> loadModel(const std::string &)
 {
-  auto subgraphs = std::make_unique<ir::Subgraphs>();
-  return subgraphs;
+  auto model = std::make_unique<ir::Model>();
+  return model;
 }
 } // namespace trix_loader
 } // namespace onert