Skip to content

Commit

Permalink
[Caffe Frontend] introduce caffe frontend for tvm (apache#6206)
Browse files Browse the repository at this point in the history
* [Caffe Frontend] introduce caffe frontend for tvm.

* [Caffe Frontend] fix bugs for generating caption in tutorial.

* [Caffe Frontend] delete statement for python2 and modify the function name.

* [Caffe Frontend] change the directory which will hold the tmp files
when testing the caffe frondend.

* [Caffe Frontend] delete tutorial about caffe frontend.

* [Caffe Frontend] delete some print statements

Co-authored-by: fernchen <zifeng.cf@alibaba-inc.com>
  • Loading branch information
2 people authored and kevinthesun committed Sep 18, 2020
1 parent 1893cd6 commit 5b1fedb
Show file tree
Hide file tree
Showing 4 changed files with 1,820 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/relay/frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
from .tensorflow import from_tensorflow
from .darknet import from_darknet
from .pytorch import from_pytorch
from .caffe import from_caffe
Loading

0 comments on commit 5b1fedb

Please sign in to comment.