Skip to content

Commit

Permalink
[TEST] Remove nnvm related code in topi and test script (#4562)
Browse files Browse the repository at this point in the history
* [TEST] Remove nnvm related code in topi and test script

* Remove docs dep
  • Loading branch information
tqchen committed Dec 22, 2019
1 parent 8acc413 commit e6ff3f7
Show file tree
Hide file tree
Showing 43 changed files with 57 additions and 1,579 deletions.
4 changes: 2 additions & 2 deletions docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.

INPUT = include/tvm topi/include/topi nnvm/include/nnvm vta/include/vta
INPUT = include/tvm topi/include/topi vta/include/vta

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down Expand Up @@ -1991,7 +1991,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

PREDEFINED = DMLC_USE_CXX11 TVM_DLL= NNVM_DLL= __attribute__(x)=
PREDEFINED = DMLC_USE_CXX11 TVM_DLL= __attribute__(x)=

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
Expand Down
3 changes: 0 additions & 3 deletions docs/api/python/autotvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ tvm.autotvm.task
.. automodule:: tvm.autotvm.task.topi_integration
:members:

.. automodule:: tvm.autotvm.task.nnvm_integration
:members:

tvm.autotvm.record
~~~~~~~~~~~~~~~~~~
.. automodule:: tvm.autotvm.record
Expand Down
1 change: 0 additions & 1 deletion docs/api/python/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ Python API
dev
topi
vta/index
nnvm/index
hybrid
relay/index
40 changes: 0 additions & 40 deletions docs/api/python/nnvm/compiler.rst

This file was deleted.

33 changes: 0 additions & 33 deletions docs/api/python/nnvm/frontend.rst

This file was deleted.

25 changes: 0 additions & 25 deletions docs/api/python/nnvm/graph.rst

This file was deleted.

31 changes: 0 additions & 31 deletions docs/api/python/nnvm/index.rst

This file was deleted.

27 changes: 0 additions & 27 deletions docs/api/python/nnvm/symbol.rst

This file was deleted.

31 changes: 0 additions & 31 deletions docs/api/python/nnvm/testing.rst

This file was deleted.

152 changes: 0 additions & 152 deletions docs/api/python/nnvm/testing_new_ops.rst

This file was deleted.

0 comments on commit e6ff3f7

Please sign in to comment.