grant-arm opened a new pull request, #11013:
URL: https://github.com/apache/tvm/pull/11013

   This PR adds a microTVM application that demonstrates compiling a model for 
Arm(R) Cortex(R)-M55 CPU and CMSIS-NN.
   
   In particular, the demo:
   - Downloads a quantized (int8) person detection model
   - Uses tvmc to compile the model for Cortex(R)-M55 CPU and CMSIS-NN
   - Downloads an image to run the model on
   - Creates a C header file inputs.c containing the image data as a C array
   - Builds the demo application
   - Runs the demo application on the FVP
   - Application reports whether a person was detected e.g. "Person detected"
   
   @Mousius @leandron @areusch @ashutosh-arm @manupa-arm 
   


-- 
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]

Reply via email to