Here are
44 public repositories
matching this topic...
Open deep learning compiler stack for cpu, gpu and specialized accelerators
Updated
Feb 13, 2021
Python
AutoKernel 是一个简单易用,低门槛的自动算子优化工具,提高深度学习算法部署效率。
Optimizing Mobile Deep Learning on ARM GPU with TVM
Updated
Oct 19, 2020
Python
Quantization library for PyTorch. Support low-precision and mixed-precision quantization, with hardware implementation through TVM.
Updated
Feb 9, 2021
Python
convert torch module to tensorrt network or tvm function
Updated
Dec 20, 2019
Python
Reimplement RetinaFace using PyTorch.
Open, Modular, Deep Learning Accelerator
TVM stack: exploring the incredible explosion of deep-learning frameworks and how to bring them together
Updated
May 22, 2018
Jupyter Notebook
Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU!
(MERGED) Rust bindings for TVM runtime
Updated
Dec 4, 2020
Python
Benchmark scripts for TVM
Updated
Feb 5, 2021
Python
Updated
Dec 19, 2017
Python
Updated
Sep 29, 2019
Dockerfile
Updated
Sep 2, 2020
Python
TVM learning and research
Updated
Jan 8, 2021
Python
ANT framework's model database that provides DNN models for the various range of IoT devices
Updated
Dec 21, 2020
Python
Benchmarks for popular classification and object detection models on CPUs and GPUs
Updated
Apr 8, 2019
Python
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.
TVM tutorials, which are adapted to EAIDK
Updated
Sep 8, 2019
Python
Simple and compact virtual machine.
Assignments for Data Intensive Systems for Machine Learning Coursework
Updated
Jan 7, 2021
Python
Docker container as ssh server
Updated
Dec 18, 2020
Dockerfile
Post-training model quantization using apache's tvm.ai
Updated
Mar 23, 2020
Jupyter Notebook
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
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hi, just wonder tvm based deployed model can get accelerated or not?
Compare with vanilla pytorch CPU or onnxruntime or OpenVINO?