Skip to content
#

tvm

Here are 67 public repositories matching this topic...

yolov5-rt-stack
zhiqwang
zhiqwang commented Oct 28, 2021

🚀 The feature

In version 0.5.x we have full support for YOLOv5, at the cost of introducing more dependencies. If someone just wants to use the models for inference, he/she doesn't need all additional features like:

  • #355
  • profiling
  • type conversions to pandas

However, those useful features are (partial

help wanted good first issue code quality dependencies

This project contains a code generator that produces static C NN inference deployment code targeting tiny micro-controllers (TinyML) as replacement for other µTVM runtimes. This tools generates a runtime, which statically executes the compiled model. This reduces the overhead in terms of code size and execution time compared to having a dynamic on-device runtime.

  • Updated Sep 22, 2021
  • C

Improve this page

Add a description, image, and links to the tvm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tvm topic, visit your repo's landing page and select "manage topics."

Learn more