guberti commented on a change in pull request #8708:
URL: https://github.com/apache/tvm/pull/8708#discussion_r687248970
##########
File path: apps/microtvm/arduino/example_project/project.ino
##########
@@ -0,0 +1,10 @@
+#include "src/model.h"
+
+void setup() {
+ TVMInitialize();
+ //TVMExecute(input_data, output_data);
Review comment:
We need to keep it commented, as otherwise `project.ino` won't compile
since `input_data` and `output_data` aren't defined. We can't define those
either, because until input and output metadata is re-added to MLF, we don't
know the input and output sizes and data types.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]