Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / compiler / dalgona / src / Utils.h
index 9ca920f..7bda307 100644 (file)
@@ -51,6 +51,8 @@ std::vector<py::dict> outputsPyArray(const luci::CircleNode *node,
 
 py::object none();
 
+bool multi_out_node(const luci::CircleNode *node);
+
 } // namespace dalgona
 
 #endif // __DALGONA_UTILS_H__