Skip to content

Commit

Permalink
Remove internal pytorch_neo (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwong authored Feb 28, 2020
1 parent 0b0bc3e commit 95cb444
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,811 deletions.
2 changes: 0 additions & 2 deletions docs/api/python/relay/frontend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@ tvm.relay.frontend
.. autofunction:: tvm.relay.frontend.from_caffe2

.. autofunction:: tvm.relay.frontend.from_tensorflow

.. autofunction:: tvm.relay.frontend.from_pytorch_neo
1 change: 0 additions & 1 deletion python/tvm/relay/frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@
from .caffe2 import from_caffe2
from .tensorflow import from_tensorflow
from .darknet import from_darknet
from .pytorch_neo import from_pytorch_neo
Loading

0 comments on commit 95cb444

Please sign in to comment.