Here are
48 public repositories
matching this topic...
Open deep learning compiler stack for cpu, gpu and specialized accelerators
Updated
Jun 16, 2021
Python
AutoKernel 是一个简单易用,低门槛的自动算子优化工具,提高深度学习算法部署效率。
Optimizing Mobile Deep Learning on ARM GPU with TVM
Quantization library for PyTorch. Support low-precision and mixed-precision quantization, with hardware implementation through TVM.
Updated
May 8, 2021
Python
Updated
Oct 19, 2020
Python
Open, Modular, Deep Learning Accelerator
Updated
Jun 9, 2021
Scala
convert torch module to tensorrt network or tvm function
Updated
Dec 20, 2019
Python
Reimplement RetinaFace using PyTorch.
TVM stack: exploring the incredible explosion of deep-learning frameworks and how to bring them together
Updated
May 22, 2018
Jupyter Notebook
Updated
Dec 4, 2020
Python
Benchmark scripts for TVM
Updated
Mar 20, 2021
Python
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 19, 2017
Python
A home for the final text of all TVM RFCs.
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 2, 2020
Python
Updated
Sep 29, 2019
Dockerfile
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
Canopy: FPGA-Accelerated Deep Learning Compiler Stack
Updated
May 7, 2021
Python
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
Jun 8, 2021
Python
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.
How could convert the results of
output.toTuple()->elements()[1];to bbox, score and class_idx? The deployment/src/main.cpp do not mention how to do it. Thanks