Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / onert-micro / luci-interpreter / include / luci_interpreter / Interpreter.h
index 483c789..0d29475 100644 (file)
@@ -36,7 +36,7 @@ class Interpreter
 {
 public:
   // Construct default interpreter with dynamic allocations and with input allocations
-  explicit Interpreter(const char *model_data_raw);
+  explicit Interpreter(const char *model_data_raw, bool dealloc_input);
 
 #ifdef USE_STATIC_ALLOC
   // Construct interpreter with configurations