guberti commented on a change in pull request #8708:
URL: https://github.com/apache/tvm/pull/8708#discussion_r688003222
##########
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:
`project.ino` will be the file a non-technical user sees, so I'm not
sure I want to use it to document too much of the internal workings of TVM.
Where else could we put that information?
--
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]