[DEPRECATION] Remove NNVM compiler (#4571)
* Remove NNVM compiler
Showing
nnvm/include/nnvm/compiler/util.h
deleted
100644 → 0
nnvm/include/nnvm/top/README
deleted
100644 → 0
nnvm/include/nnvm/top/nn.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/include/nnvm/top/tensor.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/.gitignore
deleted
100644 → 0
nnvm/python/nnvm/__init__.py
deleted
100644 → 0
nnvm/python/nnvm/_base.py
deleted
100644 → 0
nnvm/python/nnvm/_ctypes/README
deleted
100644 → 0
nnvm/python/nnvm/_ctypes/__init__.py
deleted
100644 → 0
nnvm/python/nnvm/_ctypes/symbol.py
deleted
100644 → 0
nnvm/python/nnvm/_cy2/README
deleted
100644 → 0
nnvm/python/nnvm/_cy2/__init__.py
deleted
100644 → 0
nnvm/python/nnvm/_cy3/README
deleted
100644 → 0
nnvm/python/nnvm/_cy3/__init__.py
deleted
100644 → 0
nnvm/python/nnvm/_symbol_internal.py
deleted
100644 → 0
nnvm/python/nnvm/attribute.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/contrib.py
deleted
100644 → 0
nnvm/python/nnvm/cython/README
deleted
100644 → 0
nnvm/python/nnvm/cython/base.pyi
deleted
100644 → 0
nnvm/python/nnvm/cython/symbol.pyx
deleted
100644 → 0
nnvm/python/nnvm/frontend/caffe2.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/frontend/common.py
deleted
100644 → 0
nnvm/python/nnvm/frontend/coreml.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/frontend/darknet.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/frontend/keras.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/frontend/mxnet.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/frontend/onnx.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/graph.py
deleted
100644 → 0
nnvm/python/nnvm/libinfo.py
deleted
100644 → 0
nnvm/python/nnvm/name.py
deleted
100644 → 0
nnvm/python/nnvm/symbol.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/testing/__init__.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/testing/config.py
deleted
100644 → 0
nnvm/python/nnvm/testing/dcgan.py
deleted
100644 → 0
nnvm/python/nnvm/testing/densenet.py
deleted
100644 → 0
nnvm/python/nnvm/testing/dqn.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/testing/init.py
deleted
100644 → 0
nnvm/python/nnvm/testing/mlp.py
deleted
100644 → 0
nnvm/python/nnvm/testing/resnet.py
deleted
100644 → 0
nnvm/python/nnvm/testing/utils.py
deleted
100644 → 0
nnvm/python/nnvm/testing/vgg.py
deleted
100644 → 0
nnvm/python/nnvm/to_relay.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/top/__init__.py
deleted
100644 → 0
nnvm/python/nnvm/top/attr_dict.py
deleted
100644 → 0
nnvm/python/nnvm/top/image.py
deleted
100644 → 0
nnvm/python/nnvm/top/nn.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/top/reduction.py
deleted
100644 → 0
nnvm/python/nnvm/top/registry.py
deleted
100644 → 0
nnvm/python/nnvm/top/tensor.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/top/transform.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/nnvm/top/vision.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/python/setup.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/alter_op_layout.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/compile_engine.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/compile_engine.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/fold_scale_axis.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/graph_compile.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/graph_fuse.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/graph_fuse.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/graph_hash.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/graph_hash.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/graph_runtime.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/graph_runtime.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/graph_transform.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/node_attr.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/packed_func_ext.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/compiler/pattern_util.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nnvm/src/top/elemwise_op_common.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/image/resize.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/image/resize.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/nn/convolution.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/nn/nn.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/nn/nn_common.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/nn/pooling.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/nn/upsampling.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/op_common.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/tensor/broadcast.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/tensor/elemwise.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/tensor/matrix_op.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/tensor/reduce.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/tensor/state_op.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/tensor/transform.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/vision/nms.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nnvm/src/top/vision/yolo/reorg.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/src/top/vision/yolo/reorg.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nnvm/tutorials/.gitignore
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/tutorials/README.txt
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nnvm/tutorials/deploy_ssd_mxnet.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/tutorials/from_coreml.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/tutorials/from_darknet.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/tutorials/from_mxnet.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nnvm/tutorials/from_onnx.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/tutorials/from_tensorflow.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/tutorials/get_started.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nnvm/tutorials/tune_nnvm_arm.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/tutorials/tune_nnvm_cuda.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
nnvm/tutorials/tune_nnvm_x86.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/tutorials/using_external_lib.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
nnvm/tutorials/web/resnet.html
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment