Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / runtime / onert / core / src / exec / ExecutionObservers.cc
index 9abde7b..5245518 100644 (file)
@@ -28,7 +28,7 @@
 namespace
 {
 
-void setUserData(const onert::ir::Graph &g, const onert::ir::Operation *op,
+void setUserData(const onert::ir::Graph &g, const onert::ir::IOperation *op,
                  decltype(EventCollector::Event::userData) &data)
 {
   // From a tensor of shape [a, b, c], this will return a string "shape(a b c)".