Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / runtime / onert / frontend / circle / include / circle_loader.h
index 8ed4b0c..675a5b3 100644 (file)
@@ -26,6 +26,7 @@ namespace onert
 namespace circle_loader
 {
 std::unique_ptr<ir::Subgraphs> loadModel(const char *filename);
+std::unique_ptr<ir::Subgraphs> loadModel(uint8_t *buffer, size_t size);
 } // namespace circle_loader
 } // namespace onert