Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ This folder contains various extension projects using TVM,
they also serve as examples on how to use TVM in your own project.

If you are interested in writing optimized kernels with TVM, checkout [TOPI: TVM Operator Inventory](../topi).
If you are interested in end to end deep learning model compilation, checkout [NNVM Compiler](https://github.com/dmlc/nnvm).

- [extension](extension) How to extend TVM C++ api along with python API.
- [graph_executor](graph_executor) Build nnvm graph executor with TVM.
- [ios_rpc](ios_rpc) iOS RPC server.
- [android_rpc](android_rpc) Android RPC server.
- [howto_deploy](howto_depploy) Tutorial on how to deploy TVM with minimum code dependency.
- [howto_deploy](howto_depploy) Tutorial on how to deploy TVM with minimum code dependency.
61 changes: 0 additions & 61 deletions apps/graph_executor/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions apps/graph_executor/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions apps/graph_executor/python/tvm_graph/__init__.py

This file was deleted.

20 changes: 0 additions & 20 deletions apps/graph_executor/python/tvm_graph/_base.py

This file was deleted.

95 changes: 0 additions & 95 deletions apps/graph_executor/python/tvm_graph/build.py

This file was deleted.

16 changes: 0 additions & 16 deletions apps/graph_executor/python/tvm_graph/op_tvm_def.py

This file was deleted.

Loading