[REFACTOR] topi -> tvm/topi (#6186)
authorTianqi Chen <tqchen@users.noreply.github.com>
Sun, 2 Aug 2020 16:29:29 +0000 (09:29 -0700)
committerGitHub <noreply@github.com>
Sun, 2 Aug 2020 16:29:29 +0000 (09:29 -0700)
commit0a4ee30da727ae1566a0541ba6ed726d48733cc7
tree45f84283382636dc6191f82337f1be488c737a83
parent1823a7b7007d7d7dfef3cdaf5cb60198fd853517
[REFACTOR] topi -> tvm/topi (#6186)

This PR migrates the topi library as a sub namespace of tvm.
486 files changed:
CMakeLists.txt
Makefile
apps/android_camera/app/src/main/jni/Android.mk
apps/android_deploy/app/src/main/jni/Android.mk
apps/android_rpc/app/src/main/jni/Android.mk
apps/sgx/build.rs
apps/topi_recipe/README.md [moved from topi/README.md with 86% similarity]
apps/topi_recipe/broadcast/test_broadcast_map.py [moved from topi/recipe/broadcast/test_broadcast_map.py with 99% similarity]
apps/topi_recipe/conv/depthwise_conv2d_test.py [moved from topi/recipe/conv/depthwise_conv2d_test.py with 95% similarity]
apps/topi_recipe/conv/test_conv2d_hwcn_map.py [moved from topi/recipe/conv/test_conv2d_hwcn_map.py with 95% similarity]
apps/topi_recipe/conv/test_conv_int8_arm.py [moved from topi/recipe/conv/test_conv_int8_arm.py with 99% similarity]
apps/topi_recipe/conv/test_conv_int8_intel.py [moved from topi/recipe/conv/test_conv_int8_intel.py with 99% similarity]
apps/topi_recipe/gemm/android_gemm_square.py [moved from topi/recipe/gemm/android_gemm_square.py with 100% similarity]
apps/topi_recipe/gemm/cuda_gemm_square.py [moved from topi/recipe/gemm/cuda_gemm_square.py with 100% similarity]
apps/topi_recipe/gemm/gemm_int8.py [moved from topi/recipe/gemm/gemm_int8.py with 99% similarity]
apps/topi_recipe/reduce/test_reduce_map.py [moved from topi/recipe/reduce/test_reduce_map.py with 99% similarity]
apps/topi_recipe/rnn/lstm.py [moved from topi/recipe/rnn/lstm.py with 100% similarity]
apps/topi_recipe/rnn/matexp.py [moved from topi/recipe/rnn/matexp.py with 100% similarity]
conda/tvm/build.sh
docker/Dockerfile.demo_android
docker/Dockerfile.demo_cpu
docker/Dockerfile.demo_gpu
docker/Dockerfile.demo_opencl
docker/bash.sh
docs/Doxyfile
docs/api/python/index.rst
docs/api/python/topi.rst
docs/conf.py
docs/contribute/pull_request.rst
docs/dev/codebase_walkthrough.rst
docs/dev/index.rst
docs/install/from_source.rst
docs/langref/relay_expr.rst
include/tvm/topi/broadcast.h [moved from topi/include/topi/broadcast.h with 98% similarity]
include/tvm/topi/contrib/cublas.h [moved from topi/include/topi/contrib/cublas.h with 93% similarity]
include/tvm/topi/contrib/rocblas.h [moved from topi/include/topi/contrib/rocblas.h with 90% similarity]
include/tvm/topi/cuda/dense.h [moved from topi/include/topi/cuda/dense.h with 93% similarity]
include/tvm/topi/cuda/injective.h [moved from topi/include/topi/cuda/injective.h with 91% similarity]
include/tvm/topi/cuda/normalization.h [moved from topi/include/topi/cuda/normalization.h with 93% similarity]
include/tvm/topi/cuda/pooling.h [moved from topi/include/topi/cuda/pooling.h with 95% similarity]
include/tvm/topi/cuda/reduction.h [moved from topi/include/topi/cuda/reduction.h with 96% similarity]
include/tvm/topi/cuda/softmax.h [moved from topi/include/topi/cuda/softmax.h with 93% similarity]
include/tvm/topi/detail/array_utils.h [moved from topi/include/topi/detail/array_utils.h with 89% similarity]
include/tvm/topi/detail/broadcast.h [moved from topi/include/topi/detail/broadcast.h with 96% similarity]
include/tvm/topi/detail/constant_utils.h [moved from topi/include/topi/detail/constant_utils.h with 95% similarity]
include/tvm/topi/detail/extern.h [moved from topi/include/topi/detail/extern.h with 97% similarity]
include/tvm/topi/detail/fuse.h [moved from topi/include/topi/detail/fuse.h with 90% similarity]
include/tvm/topi/detail/pad_utils.h [moved from topi/include/topi/detail/pad_utils.h with 91% similarity]
include/tvm/topi/detail/ravel_unravel.h [moved from topi/include/topi/detail/ravel_unravel.h with 92% similarity]
include/tvm/topi/detail/tensor_utils.h [moved from topi/include/topi/detail/tensor_utils.h with 94% similarity]
include/tvm/topi/elemwise.h [moved from topi/include/topi/elemwise.h with 99% similarity]
include/tvm/topi/generic/default.h [moved from topi/include/topi/generic/default.h with 91% similarity]
include/tvm/topi/generic/extern.h [moved from topi/include/topi/generic/extern.h with 87% similarity]
include/tvm/topi/generic/injective.h [moved from topi/include/topi/generic/injective.h with 90% similarity]
include/tvm/topi/nn.h [moved from topi/include/topi/nn.h with 99% similarity]
include/tvm/topi/nn/batch_matmul.h [moved from topi/include/topi/nn/batch_matmul.h with 91% similarity]
include/tvm/topi/nn/bias_add.h [moved from topi/include/topi/nn/bias_add.h with 87% similarity]
include/tvm/topi/nn/bnn.h [moved from topi/include/topi/nn/bnn.h with 95% similarity]
include/tvm/topi/nn/dense.h [moved from topi/include/topi/nn/dense.h with 93% similarity]
include/tvm/topi/nn/dilate.h [moved from topi/include/topi/nn/dilate.h with 95% similarity]
include/tvm/topi/nn/flatten.h [moved from topi/include/topi/nn/flatten.h with 91% similarity]
include/tvm/topi/nn/local_response_norm.h [moved from topi/include/topi/nn/local_response_norm.h with 93% similarity]
include/tvm/topi/nn/mapping.h [moved from topi/include/topi/nn/mapping.h with 93% similarity]
include/tvm/topi/nn/pooling.h [moved from topi/include/topi/nn/pooling.h with 99% similarity]
include/tvm/topi/nn/softmax.h [moved from topi/include/topi/nn/softmax.h with 96% similarity]
include/tvm/topi/reduction.h [moved from topi/include/topi/reduction.h with 98% similarity]
include/tvm/topi/rocm/dense.h [moved from topi/include/topi/rocm/dense.h with 89% similarity]
include/tvm/topi/rocm/injective.h [moved from topi/include/topi/rocm/injective.h with 88% similarity]
include/tvm/topi/rocm/normalization.h [moved from topi/include/topi/rocm/normalization.h with 87% similarity]
include/tvm/topi/rocm/pooling.h [moved from topi/include/topi/rocm/pooling.h with 86% similarity]
include/tvm/topi/rocm/reduction.h [moved from topi/include/topi/rocm/reduction.h with 85% similarity]
include/tvm/topi/rocm/softmax.h [moved from topi/include/topi/rocm/softmax.h with 85% similarity]
include/tvm/topi/tags.h [moved from topi/include/topi/tags.h with 94% similarity]
include/tvm/topi/transform.h [moved from topi/include/topi/transform.h with 99% similarity]
include/tvm/topi/util.h [moved from topi/include/topi/util.h with 92% similarity]
include/tvm/topi/vision/reorg.h [moved from topi/include/topi/vision/reorg.h with 89% similarity]
include/tvm/topi/x86/bnn.h [moved from topi/include/topi/x86/bnn.h with 94% similarity]
include/tvm/topi/x86/default.h [moved from topi/include/topi/x86/default.h with 93% similarity]
include/tvm/topi/x86/injective.h [moved from topi/include/topi/x86/injective.h with 91% similarity]
python/tvm/autotvm/graph_tuner/base_graph_tuner.py
python/tvm/autotvm/task/relay_integration.py
python/tvm/relay/frontend/common.py
python/tvm/relay/frontend/mxnet.py
python/tvm/relay/frontend/tensorflow.py
python/tvm/relay/op/_reduce.py
python/tvm/relay/op/_tensor.py
python/tvm/relay/op/_tensor_grad.py
python/tvm/relay/op/_transform.py
python/tvm/relay/op/dyn/_tensor.py
python/tvm/relay/op/image/_image.py
python/tvm/relay/op/image/image.py
python/tvm/relay/op/nn/_nn.py
python/tvm/relay/op/nn/nn.py
python/tvm/relay/op/strategy/arm_cpu.py
python/tvm/relay/op/strategy/bifrost.py
python/tvm/relay/op/strategy/cuda.py
python/tvm/relay/op/strategy/generic.py
python/tvm/relay/op/strategy/hls.py
python/tvm/relay/op/strategy/intel_graphics.py
python/tvm/relay/op/strategy/mali.py
python/tvm/relay/op/strategy/rocm.py
python/tvm/relay/op/strategy/x86.py
python/tvm/relay/op/vision/_rcnn.py
python/tvm/relay/op/vision/_vision.py
python/tvm/relay/quantize/_annotate.py
python/tvm/te/hybrid/util.py
python/tvm/topi/__init__.py [moved from topi/python/topi/__init__.py with 97% similarity]
python/tvm/topi/argwhere.py [moved from topi/python/topi/argwhere.py with 100% similarity]
python/tvm/topi/arm_cpu/__init__.py [moved from topi/python/topi/arm_cpu/__init__.py with 100% similarity]
python/tvm/topi/arm_cpu/bitserial_conv2d.py [moved from topi/python/topi/arm_cpu/bitserial_conv2d.py with 100% similarity]
python/tvm/topi/arm_cpu/bitserial_dense.py [moved from topi/python/topi/arm_cpu/bitserial_dense.py with 99% similarity]
python/tvm/topi/arm_cpu/conv2d.py [moved from topi/python/topi/arm_cpu/conv2d.py with 100% similarity]
python/tvm/topi/arm_cpu/conv2d_alter_op.py [moved from topi/python/topi/arm_cpu/conv2d_alter_op.py with 100% similarity]
python/tvm/topi/arm_cpu/conv2d_gemm.py [moved from topi/python/topi/arm_cpu/conv2d_gemm.py with 99% similarity]
python/tvm/topi/arm_cpu/conv2d_int8.py [moved from topi/python/topi/arm_cpu/conv2d_int8.py with 100% similarity]
python/tvm/topi/arm_cpu/conv2d_spatial_pack.py [moved from topi/python/topi/arm_cpu/conv2d_spatial_pack.py with 100% similarity]
python/tvm/topi/arm_cpu/conv2d_transpose.py [moved from topi/python/topi/arm_cpu/conv2d_transpose.py with 100% similarity]
python/tvm/topi/arm_cpu/cortex_m7/__init__.py [moved from topi/python/topi/arm_cpu/cortex_m7/__init__.py with 100% similarity]
python/tvm/topi/arm_cpu/cortex_m7/conv2d/__init__.py [moved from topi/python/topi/arm_cpu/cortex_m7/conv2d/__init__.py with 100% similarity]
python/tvm/topi/arm_cpu/cortex_m7/conv2d/direct.py [moved from topi/python/topi/arm_cpu/cortex_m7/conv2d/direct.py with 98% similarity]
python/tvm/topi/arm_cpu/cortex_m7/conv2d/direct_simd.py [moved from topi/python/topi/arm_cpu/cortex_m7/conv2d/direct_simd.py with 98% similarity]
python/tvm/topi/arm_cpu/cortex_m7/micro_kernel/__init__.py [moved from topi/python/topi/arm_cpu/cortex_m7/micro_kernel/__init__.py with 100% similarity]
python/tvm/topi/arm_cpu/cortex_m7/micro_kernel/gemm.py [moved from topi/python/topi/arm_cpu/cortex_m7/micro_kernel/gemm.py with 100% similarity]
python/tvm/topi/arm_cpu/depthwise_conv2d.py [moved from topi/python/topi/arm_cpu/depthwise_conv2d.py with 100% similarity]
python/tvm/topi/arm_cpu/injective.py [moved from topi/python/topi/arm_cpu/injective.py with 100% similarity]
python/tvm/topi/arm_cpu/tensor_intrin.py [moved from topi/python/topi/arm_cpu/tensor_intrin.py with 100% similarity]
python/tvm/topi/bifrost/__init__.py [moved from topi/python/topi/bifrost/__init__.py with 100% similarity]
python/tvm/topi/bifrost/conv2d.py [moved from topi/python/topi/bifrost/conv2d.py with 100% similarity]
python/tvm/topi/bifrost/dense.py [moved from topi/python/topi/bifrost/dense.py with 100% similarity]
python/tvm/topi/bifrost/depthwise_conv2d.py [moved from topi/python/topi/bifrost/depthwise_conv2d.py with 100% similarity]
python/tvm/topi/bifrost/gemm.py [moved from topi/python/topi/bifrost/gemm.py with 100% similarity]
python/tvm/topi/bifrost/transforms.py [moved from topi/python/topi/bifrost/transforms.py with 100% similarity]
python/tvm/topi/broadcast.py [moved from topi/python/topi/broadcast.py with 100% similarity]
python/tvm/topi/cpp/__init__.py [moved from topi/python/topi/cpp/__init__.py with 100% similarity]
python/tvm/topi/cpp/cuda.py [moved from topi/python/topi/cpp/cuda.py with 94% similarity]
python/tvm/topi/cpp/generic.py [moved from topi/python/topi/cpp/generic.py with 93% similarity]
python/tvm/topi/cpp/impl.py [new file with mode: 0644]
python/tvm/topi/cpp/nn.py [moved from topi/python/topi/cpp/nn.py with 94% similarity]
python/tvm/topi/cpp/rocm.py [moved from topi/python/topi/cpp/rocm.py with 94% similarity]
python/tvm/topi/cpp/util.py [moved from topi/python/topi/cpp/util.py with 94% similarity]
python/tvm/topi/cpp/vision/__init__.py [moved from topi/python/topi/cpp/vision/__init__.py with 93% similarity]
python/tvm/topi/cpp/vision/yolo.py [moved from topi/python/topi/cpp/vision/yolo.py with 92% similarity]
python/tvm/topi/cpp/x86.py [moved from topi/python/topi/cpp/x86.py with 94% similarity]
python/tvm/topi/cuda/__init__.py [moved from topi/python/topi/cuda/__init__.py with 100% similarity]
python/tvm/topi/cuda/batch_matmul.py [moved from topi/python/topi/cuda/batch_matmul.py with 100% similarity]
python/tvm/topi/cuda/conv1d.py [moved from topi/python/topi/cuda/conv1d.py with 100% similarity]
python/tvm/topi/cuda/conv1d_transpose_ncw.py [moved from topi/python/topi/cuda/conv1d_transpose_ncw.py with 100% similarity]
python/tvm/topi/cuda/conv2d.py [moved from topi/python/topi/cuda/conv2d.py with 100% similarity]
python/tvm/topi/cuda/conv2d_alter_op.py [moved from topi/python/topi/cuda/conv2d_alter_op.py with 100% similarity]
python/tvm/topi/cuda/conv2d_direct.py [moved from topi/python/topi/cuda/conv2d_direct.py with 100% similarity]
python/tvm/topi/cuda/conv2d_hwcn.py [moved from topi/python/topi/cuda/conv2d_hwcn.py with 100% similarity]
python/tvm/topi/cuda/conv2d_int8.py [moved from topi/python/topi/cuda/conv2d_int8.py with 100% similarity]
python/tvm/topi/cuda/conv2d_nhwc.py [moved from topi/python/topi/cuda/conv2d_nhwc.py with 100% similarity]
python/tvm/topi/cuda/conv2d_nhwc_tensorcore.py [moved from topi/python/topi/cuda/conv2d_nhwc_tensorcore.py with 100% similarity]
python/tvm/topi/cuda/conv2d_nhwc_winograd.py [moved from topi/python/topi/cuda/conv2d_nhwc_winograd.py with 100% similarity]
python/tvm/topi/cuda/conv2d_transpose_nchw.py [moved from topi/python/topi/cuda/conv2d_transpose_nchw.py with 100% similarity]
python/tvm/topi/cuda/conv2d_winograd.py [moved from topi/python/topi/cuda/conv2d_winograd.py with 100% similarity]
python/tvm/topi/cuda/conv3d.py [moved from topi/python/topi/cuda/conv3d.py with 100% similarity]
python/tvm/topi/cuda/conv3d_alter_op.py [moved from topi/python/topi/cuda/conv3d_alter_op.py with 100% similarity]
python/tvm/topi/cuda/conv3d_direct.py [moved from topi/python/topi/cuda/conv3d_direct.py with 100% similarity]
python/tvm/topi/cuda/conv3d_ndhwc_tensorcore.py [moved from topi/python/topi/cuda/conv3d_ndhwc_tensorcore.py with 100% similarity]
python/tvm/topi/cuda/conv3d_transpose_ncdhw.py [moved from topi/python/topi/cuda/conv3d_transpose_ncdhw.py with 100% similarity]
python/tvm/topi/cuda/conv3d_winograd.py [moved from topi/python/topi/cuda/conv3d_winograd.py with 100% similarity]
python/tvm/topi/cuda/correlation.py [moved from topi/python/topi/cuda/correlation.py with 100% similarity]
python/tvm/topi/cuda/deformable_conv2d.py [moved from topi/python/topi/cuda/deformable_conv2d.py with 100% similarity]
python/tvm/topi/cuda/dense.py [moved from topi/python/topi/cuda/dense.py with 100% similarity]
python/tvm/topi/cuda/dense_tensorcore.py [moved from topi/python/topi/cuda/dense_tensorcore.py with 100% similarity]
python/tvm/topi/cuda/depthwise_conv2d.py [moved from topi/python/topi/cuda/depthwise_conv2d.py with 100% similarity]
python/tvm/topi/cuda/group_conv2d_nchw.py [moved from topi/python/topi/cuda/group_conv2d_nchw.py with 100% similarity]
python/tvm/topi/cuda/injective.py [moved from topi/python/topi/cuda/injective.py with 100% similarity]
python/tvm/topi/cuda/nms.py [moved from topi/python/topi/cuda/nms.py with 100% similarity]
python/tvm/topi/cuda/nn.py [moved from topi/python/topi/cuda/nn.py with 100% similarity]
python/tvm/topi/cuda/pooling.py [moved from topi/python/topi/cuda/pooling.py with 100% similarity]
python/tvm/topi/cuda/rcnn/__init__.py [moved from topi/python/topi/cuda/rcnn/__init__.py with 100% similarity]
python/tvm/topi/cuda/rcnn/proposal.py [moved from topi/python/topi/cuda/rcnn/proposal.py with 100% similarity]
python/tvm/topi/cuda/reduction.py [moved from topi/python/topi/cuda/reduction.py with 100% similarity]
python/tvm/topi/cuda/softmax.py [moved from topi/python/topi/cuda/softmax.py with 100% similarity]
python/tvm/topi/cuda/sort.py [moved from topi/python/topi/cuda/sort.py with 100% similarity]
python/tvm/topi/cuda/sparse.py [moved from topi/python/topi/cuda/sparse.py with 100% similarity]
python/tvm/topi/cuda/ssd/__init__.py [moved from topi/python/topi/vision/ssd/__init__.py with 100% similarity]
python/tvm/topi/cuda/ssd/multibox.py [moved from topi/python/topi/cuda/ssd/multibox.py with 99% similarity]
python/tvm/topi/cuda/tensor_intrin.py [moved from topi/python/topi/cuda/tensor_intrin.py with 100% similarity]
python/tvm/topi/cuda/vision.py [moved from topi/python/topi/cuda/vision.py with 100% similarity]
python/tvm/topi/generic/__init__.py [moved from topi/python/topi/generic/__init__.py with 100% similarity]
python/tvm/topi/generic/conv2d.py [moved from topi/python/topi/generic/conv2d.py with 100% similarity]
python/tvm/topi/generic/default.py [moved from topi/python/topi/generic/default.py with 100% similarity]
python/tvm/topi/generic/extern.py [moved from topi/python/topi/generic/extern.py with 100% similarity]
python/tvm/topi/generic/image.py [moved from topi/python/topi/generic/image.py with 100% similarity]
python/tvm/topi/generic/injective.py [moved from topi/python/topi/generic/injective.py with 100% similarity]
python/tvm/topi/generic/nn.py [moved from topi/python/topi/generic/nn.py with 100% similarity]
python/tvm/topi/generic/search.py [moved from topi/python/topi/generic/search.py with 100% similarity]
python/tvm/topi/generic/sort.py [moved from topi/python/topi/generic/sort.py with 100% similarity]
python/tvm/topi/generic/vision.py [moved from topi/python/topi/generic/vision.py with 100% similarity]
python/tvm/topi/generic_op_impl.py [moved from topi/python/topi/generic_op_impl.py with 100% similarity]
python/tvm/topi/hls/__init__.py [moved from topi/python/topi/hls/__init__.py with 100% similarity]
python/tvm/topi/hls/injective.py [moved from topi/python/topi/hls/injective.py with 100% similarity]
python/tvm/topi/hls/nn.py [moved from topi/python/topi/hls/nn.py with 100% similarity]
python/tvm/topi/image/__init__.py [moved from topi/python/topi/image/__init__.py with 100% similarity]
python/tvm/topi/image/dilation2d.py [moved from topi/python/topi/image/dilation2d.py with 99% similarity]
python/tvm/topi/image/grid_sample.py [moved from topi/python/topi/image/grid_sample.py with 100% similarity]
python/tvm/topi/image/resize.py [moved from topi/python/topi/image/resize.py with 99% similarity]
python/tvm/topi/intel_graphics/__init__.py [moved from topi/python/topi/intel_graphics/__init__.py with 100% similarity]
python/tvm/topi/intel_graphics/conv2d.py [moved from topi/python/topi/intel_graphics/conv2d.py with 100% similarity]
python/tvm/topi/intel_graphics/conv2d_alter_op.py [moved from topi/python/topi/intel_graphics/conv2d_alter_op.py with 100% similarity]
python/tvm/topi/intel_graphics/depthwise_conv2d.py [moved from topi/python/topi/intel_graphics/depthwise_conv2d.py with 100% similarity]
python/tvm/topi/mali/__init__.py [moved from topi/python/topi/mali/__init__.py with 100% similarity]
python/tvm/topi/mali/conv2d.py [moved from topi/python/topi/mali/conv2d.py with 100% similarity]
python/tvm/topi/mali/dense.py [moved from topi/python/topi/mali/dense.py with 100% similarity]
python/tvm/topi/mali/depthwise_conv2d.py [moved from topi/python/topi/mali/depthwise_conv2d.py with 100% similarity]
python/tvm/topi/math.py [moved from topi/python/topi/math.py with 100% similarity]
python/tvm/topi/nn/__init__.py [moved from topi/python/topi/nn/__init__.py with 100% similarity]
python/tvm/topi/nn/batch_matmul.py [moved from topi/python/topi/nn/batch_matmul.py with 100% similarity]
python/tvm/topi/nn/bitserial_conv2d.py [moved from topi/python/topi/nn/bitserial_conv2d.py with 100% similarity]
python/tvm/topi/nn/bitserial_dense.py [moved from topi/python/topi/nn/bitserial_dense.py with 98% similarity]
python/tvm/topi/nn/bitserial_util.py [moved from topi/python/topi/nn/bitserial_util.py with 95% similarity]
python/tvm/topi/nn/bnn.py [moved from topi/python/topi/nn/bnn.py with 100% similarity]
python/tvm/topi/nn/conv1d.py [moved from topi/python/topi/nn/conv1d.py with 100% similarity]
python/tvm/topi/nn/conv1d_transpose.py [moved from topi/python/topi/nn/conv1d_transpose.py with 100% similarity]
python/tvm/topi/nn/conv2d.py [moved from topi/python/topi/nn/conv2d.py with 99% similarity]
python/tvm/topi/nn/conv2d_transpose.py [moved from topi/python/topi/nn/conv2d_transpose.py with 100% similarity]
python/tvm/topi/nn/conv3d.py [moved from topi/python/topi/nn/conv3d.py with 100% similarity]
python/tvm/topi/nn/conv3d_transpose.py [moved from topi/python/topi/nn/conv3d_transpose.py with 100% similarity]
python/tvm/topi/nn/correlation.py [moved from topi/python/topi/nn/correlation.py with 100% similarity]
python/tvm/topi/nn/deformable_conv2d.py [moved from topi/python/topi/nn/deformable_conv2d.py with 100% similarity]
python/tvm/topi/nn/dense.py [moved from topi/python/topi/nn/dense.py with 100% similarity]
python/tvm/topi/nn/depth_to_space.py [moved from topi/python/topi/nn/depth_to_space.py with 100% similarity]
python/tvm/topi/nn/depthwise_conv2d.py [moved from topi/python/topi/nn/depthwise_conv2d.py with 100% similarity]
python/tvm/topi/nn/dilate.py [moved from topi/python/topi/nn/dilate.py with 100% similarity]
python/tvm/topi/nn/elemwise.py [moved from topi/python/topi/nn/elemwise.py with 95% similarity]
python/tvm/topi/nn/fifo_buffer.py [moved from topi/python/topi/nn/fifo_buffer.py with 100% similarity]
python/tvm/topi/nn/flatten.py [moved from topi/python/topi/nn/flatten.py with 100% similarity]
python/tvm/topi/nn/local_response_norm.py [moved from topi/python/topi/nn/local_response_norm.py with 100% similarity]
python/tvm/topi/nn/mapping.py [moved from topi/python/topi/nn/mapping.py with 100% similarity]
python/tvm/topi/nn/pad.py [moved from topi/python/topi/nn/pad.py with 100% similarity]
python/tvm/topi/nn/pooling.py [moved from topi/python/topi/nn/pooling.py with 100% similarity]
python/tvm/topi/nn/softmax.py [moved from topi/python/topi/nn/softmax.py with 100% similarity]
python/tvm/topi/nn/space_to_depth.py [moved from topi/python/topi/nn/space_to_depth.py with 100% similarity]
python/tvm/topi/nn/sparse.py [moved from topi/python/topi/nn/sparse.py with 100% similarity]
python/tvm/topi/nn/upsampling.py [moved from topi/python/topi/nn/upsampling.py with 99% similarity]
python/tvm/topi/nn/util.py [moved from topi/python/topi/nn/util.py with 100% similarity]
python/tvm/topi/nn/winograd_util.py [moved from topi/python/topi/nn/winograd_util.py with 100% similarity]
python/tvm/topi/reduction.py [moved from topi/python/topi/reduction.py with 100% similarity]
python/tvm/topi/rocm/__init__.py [moved from topi/python/topi/rocm/__init__.py with 100% similarity]
python/tvm/topi/rocm/conv2d.py [moved from topi/python/topi/rocm/conv2d.py with 100% similarity]
python/tvm/topi/rocm/dense.py [moved from topi/python/topi/rocm/dense.py with 100% similarity]
python/tvm/topi/rocm/nn.py [moved from topi/python/topi/rocm/nn.py with 100% similarity]
python/tvm/topi/scatter.py [moved from topi/python/topi/scatter.py with 100% similarity]
python/tvm/topi/scatter_add.py [moved from topi/python/topi/scatter_add.py with 100% similarity]
python/tvm/topi/sort.py [moved from topi/python/topi/sort.py with 100% similarity]
python/tvm/topi/sparse/__init__.py [moved from topi/python/topi/sparse/__init__.py with 100% similarity]
python/tvm/topi/sparse/csrmm.py [moved from topi/python/topi/sparse/csrmm.py with 100% similarity]
python/tvm/topi/sparse/csrmv.py [moved from topi/python/topi/sparse/csrmv.py with 100% similarity]
python/tvm/topi/sparse/dense.py [moved from topi/python/topi/sparse/dense.py with 100% similarity]
python/tvm/topi/tag.py [moved from topi/python/topi/tag.py with 100% similarity]
python/tvm/topi/tensor.py [moved from topi/python/topi/tensor.py with 100% similarity]
python/tvm/topi/testing/__init__.py [moved from topi/python/topi/testing/__init__.py with 100% similarity]
python/tvm/topi/testing/adaptive_pool_python.py [moved from topi/python/topi/testing/adaptive_pool_python.py with 100% similarity]
python/tvm/topi/testing/batch_matmul.py [moved from topi/python/topi/testing/batch_matmul.py with 100% similarity]
python/tvm/topi/testing/bilinear_resize_python.py [moved from topi/python/topi/testing/bilinear_resize_python.py with 98% similarity]
python/tvm/topi/testing/common.py [moved from topi/python/topi/testing/common.py with 99% similarity]
python/tvm/topi/testing/conv1d_ncw_python.py [moved from topi/python/topi/testing/conv1d_ncw_python.py with 98% similarity]
python/tvm/topi/testing/conv1d_transpose_ncw_python.py [moved from topi/python/topi/testing/conv1d_transpose_ncw_python.py with 94% similarity]
python/tvm/topi/testing/conv2d_hwcn_python.py [moved from topi/python/topi/testing/conv2d_hwcn_python.py with 98% similarity]
python/tvm/topi/testing/conv2d_nchw_python.py [moved from topi/python/topi/testing/conv2d_nchw_python.py with 98% similarity]
python/tvm/topi/testing/conv2d_nhwc_python.py [moved from topi/python/topi/testing/conv2d_nhwc_python.py with 98% similarity]
python/tvm/topi/testing/conv2d_transpose_python.py [moved from topi/python/topi/testing/conv2d_transpose_python.py with 96% similarity]
python/tvm/topi/testing/conv3d_ncdhw_python.py [moved from topi/python/topi/testing/conv3d_ncdhw_python.py with 98% similarity]
python/tvm/topi/testing/conv3d_ndhwc_python.py [moved from topi/python/topi/testing/conv3d_ndhwc_python.py with 98% similarity]
python/tvm/topi/testing/conv3d_transpose_ncdhw_python.py [moved from topi/python/topi/testing/conv3d_transpose_ncdhw_python.py with 92% similarity]
python/tvm/topi/testing/correlation_nchw_python.py [moved from topi/python/topi/testing/correlation_nchw_python.py with 100% similarity]
python/tvm/topi/testing/crop_and_resize_python.py [moved from topi/python/topi/testing/crop_and_resize_python.py with 100% similarity]
python/tvm/topi/testing/deformable_conv2d_nchw_python.py [moved from topi/python/topi/testing/deformable_conv2d_nchw_python.py with 99% similarity]
python/tvm/topi/testing/depth_to_space.py [moved from topi/python/topi/testing/depth_to_space.py with 100% similarity]
python/tvm/topi/testing/depthwise_conv2d_python.py [moved from topi/python/topi/testing/depthwise_conv2d_python.py with 100% similarity]
python/tvm/topi/testing/dilate_python.py [moved from topi/python/topi/testing/dilate_python.py with 100% similarity]
python/tvm/topi/testing/gather_nd_python.py [moved from topi/python/topi/testing/gather_nd_python.py with 100% similarity]
python/tvm/topi/testing/gather_python.py [moved from topi/python/topi/testing/gather_python.py with 100% similarity]
python/tvm/topi/testing/grid_sample_python.py [moved from topi/python/topi/testing/grid_sample_python.py with 100% similarity]
python/tvm/topi/testing/l2_normalize_python.py [moved from topi/python/topi/testing/l2_normalize_python.py with 100% similarity]
python/tvm/topi/testing/lrn_python.py [moved from topi/python/topi/testing/lrn_python.py with 100% similarity]
python/tvm/topi/testing/one_hot.py [moved from topi/python/topi/testing/one_hot.py with 100% similarity]
python/tvm/topi/testing/pool1d_python.py [moved from topi/python/topi/testing/pool1d_python.py with 100% similarity]
python/tvm/topi/testing/pool3d_python.py [moved from topi/python/topi/testing/pool3d_python.py with 100% similarity]
python/tvm/topi/testing/pool_grad_python.py [moved from topi/python/topi/testing/pool_grad_python.py with 100% similarity]
python/tvm/topi/testing/reorg_python.py [moved from topi/python/topi/testing/reorg_python.py with 100% similarity]
python/tvm/topi/testing/roi_align_python.py [moved from topi/python/topi/testing/roi_align_python.py with 100% similarity]
python/tvm/topi/testing/roi_pool_python.py [moved from topi/python/topi/testing/roi_pool_python.py with 100% similarity]
python/tvm/topi/testing/sequence_mask_python.py [moved from topi/python/topi/testing/sequence_mask_python.py with 100% similarity]
python/tvm/topi/testing/slice_axis_python.py [moved from topi/python/topi/testing/slice_axis_python.py with 100% similarity]
python/tvm/topi/testing/softmax_python.py [moved from topi/python/topi/testing/softmax_python.py with 100% similarity]
python/tvm/topi/testing/space_to_depth.py [moved from topi/python/topi/testing/space_to_depth.py with 100% similarity]
python/tvm/topi/testing/strided_slice_python.py [moved from topi/python/topi/testing/strided_slice_python.py with 100% similarity]
python/tvm/topi/testing/trilinear_resize3d_python.py [moved from topi/python/topi/testing/trilinear_resize3d_python.py with 100% similarity]
python/tvm/topi/testing/upsampling_python.py [moved from topi/python/topi/testing/upsampling_python.py with 99% similarity]
python/tvm/topi/transform.py [moved from topi/python/topi/transform.py with 97% similarity]
python/tvm/topi/util.py [moved from topi/python/topi/util.py with 99% similarity]
python/tvm/topi/vision/__init__.py [moved from topi/python/topi/vision/__init__.py with 100% similarity]
python/tvm/topi/vision/nms.py [moved from topi/python/topi/vision/nms.py with 100% similarity]
python/tvm/topi/vision/rcnn/__init__.py [moved from topi/python/topi/vision/rcnn/__init__.py with 100% similarity]
python/tvm/topi/vision/rcnn/proposal.py [moved from topi/python/topi/vision/rcnn/proposal.py with 100% similarity]
python/tvm/topi/vision/rcnn/roi_align.py [moved from topi/python/topi/vision/rcnn/roi_align.py with 100% similarity]
python/tvm/topi/vision/rcnn/roi_pool.py [moved from topi/python/topi/vision/rcnn/roi_pool.py with 100% similarity]
python/tvm/topi/vision/reorg.py [moved from topi/python/topi/vision/reorg.py with 100% similarity]
python/tvm/topi/vision/ssd/__init__.py [moved from topi/python/topi/cuda/ssd/__init__.py with 100% similarity]
python/tvm/topi/vision/ssd/multibox.py [moved from topi/python/topi/vision/ssd/multibox.py with 99% similarity]
python/tvm/topi/x86/__init__.py [moved from topi/python/topi/x86/__init__.py with 100% similarity]
python/tvm/topi/x86/batch_matmul.py [moved from topi/python/topi/x86/batch_matmul.py with 100% similarity]
python/tvm/topi/x86/binarize_pack.py [moved from topi/python/topi/x86/binarize_pack.py with 100% similarity]
python/tvm/topi/x86/binary_dense.py [moved from topi/python/topi/x86/binary_dense.py with 100% similarity]
python/tvm/topi/x86/bitserial_conv2d.py [moved from topi/python/topi/x86/bitserial_conv2d.py with 100% similarity]
python/tvm/topi/x86/bitserial_dense.py [moved from topi/python/topi/x86/bitserial_dense.py with 99% similarity]
python/tvm/topi/x86/conv1d.py [moved from topi/python/topi/x86/conv1d.py with 100% similarity]
python/tvm/topi/x86/conv2d.py [moved from topi/python/topi/x86/conv2d.py with 100% similarity]
python/tvm/topi/x86/conv2d_alter_op.py [moved from topi/python/topi/x86/conv2d_alter_op.py with 100% similarity]
python/tvm/topi/x86/conv2d_avx_1x1.py [moved from topi/python/topi/x86/conv2d_avx_1x1.py with 100% similarity]
python/tvm/topi/x86/conv2d_avx_common.py [moved from topi/python/topi/x86/conv2d_avx_common.py with 100% similarity]
python/tvm/topi/x86/conv2d_int8.py [moved from topi/python/topi/x86/conv2d_int8.py with 100% similarity]
python/tvm/topi/x86/conv2d_transpose.py [moved from topi/python/topi/x86/conv2d_transpose.py with 100% similarity]
python/tvm/topi/x86/conv3d.py [moved from topi/python/topi/x86/conv3d.py with 100% similarity]
python/tvm/topi/x86/conv3d_transpose.py [moved from topi/python/topi/x86/conv3d_transpose.py with 100% similarity]
python/tvm/topi/x86/dense.py [moved from topi/python/topi/x86/dense.py with 100% similarity]
python/tvm/topi/x86/depthwise_conv2d.py [moved from topi/python/topi/x86/depthwise_conv2d.py with 100% similarity]
python/tvm/topi/x86/injective.py [moved from topi/python/topi/x86/injective.py with 100% similarity]
python/tvm/topi/x86/nn.py [moved from topi/python/topi/x86/nn.py with 100% similarity]
python/tvm/topi/x86/pooling.py [moved from topi/python/topi/x86/pooling.py with 100% similarity]
python/tvm/topi/x86/reduction.py [moved from topi/python/topi/x86/reduction.py with 100% similarity]
python/tvm/topi/x86/roi_align.py [moved from topi/python/topi/x86/roi_align.py with 100% similarity]
python/tvm/topi/x86/sparse.py [moved from topi/python/topi/x86/sparse.py with 100% similarity]
python/tvm/topi/x86/tensor_intrin.py [moved from topi/python/topi/x86/tensor_intrin.py with 100% similarity]
python/tvm/topi/x86/util.py [moved from topi/python/topi/x86/util.py with 100% similarity]
rust/tvm-graph-rt/tests/test_graph_serde.rs
src/relay/backend/compile_engine.cc
src/relay/op/annotation/annotation.cc
src/relay/op/debug.cc
src/relay/op/dyn/tensor/transform.cc
src/relay/op/memory/memory.cc
src/relay/op/nn/correlation.cc
src/relay/op/nn/nn.cc
src/relay/op/nn/pad.cc
src/relay/op/nn/pooling.cc
src/relay/op/tensor/binary.cc
src/relay/op/tensor/reduce.cc
src/relay/op/tensor/transform.cc
src/relay/op/tensor/unary.cc
src/relay/op/vision/yolo.cc
src/relay/op/vm/vm.cc
src/te/autodiff/adjoint.cc
src/topi/broadcast.cc [moved from topi/src/broadcast.cc with 97% similarity]
src/topi/elemwise.cc [moved from topi/src/elemwise.cc with 98% similarity]
src/topi/nn.cc [moved from topi/src/nn.cc with 92% similarity]
src/topi/reduction.cc [moved from topi/src/reduction.cc with 95% similarity]
src/topi/schedule.cc [moved from topi/src/schedule.cc with 94% similarity]
src/topi/transform.cc [moved from topi/src/transform.cc with 98% similarity]
src/topi/vision.cc [moved from topi/src/vision.cc with 94% similarity]
tests/cpp/auto_scheduler_test.cc
tests/cpp/build_module_test.cc
tests/cpp/relay_build_module_test.cc
tests/cpp/relay_transform_sequential_test.cc
tests/cpp/topi_ewise_test.cc
tests/cpp/utvm_runtime_standalone_test.cc
tests/python/contrib/test_cblas.py
tests/python/contrib/test_cudnn.py
tests/python/contrib/test_gemm_acc16.py
tests/python/contrib/test_gemm_acc32_vnni.py
tests/python/contrib/test_miopen.py
tests/python/contrib/test_mxnet_bridge.py
tests/python/contrib/test_nnpack.py
tests/python/contrib/test_tedd.py
tests/python/frontend/coreml/test_forward.py
tests/python/frontend/onnx/test_forward.py
tests/python/integration/test_winograd_nnpack.py
tests/python/relay/test_any.py
tests/python/relay/test_backend_compile_engine.py
tests/python/relay/test_op_fast_math.py
tests/python/relay/test_op_grad_level2.py
tests/python/relay/test_op_level1.py
tests/python/relay/test_op_level10.py
tests/python/relay/test_op_level2.py
tests/python/relay/test_op_level4.py
tests/python/relay/test_op_level5.py
tests/python/relay/test_op_qnn_concatenate.py
tests/python/relay/test_op_qnn_mul.py
tests/python/relay/test_pass_alter_op_layout.py
tests/python/topi/python/common.py [moved from topi/tests/python/common.py with 98% similarity]
tests/python/topi/python/test_fifo_buffer.py [moved from topi/tests/python/test_fifo_buffer.py with 95% similarity]
tests/python/topi/python/test_topi_basic.py [moved from topi/tests/python/test_topi_basic.py with 97% similarity]
tests/python/topi/python/test_topi_batch_matmul.py [moved from topi/tests/python/test_topi_batch_matmul.py with 91% similarity]
tests/python/topi/python/test_topi_bitserial_conv2d.py [moved from topi/tests/python/test_topi_bitserial_conv2d.py with 91% similarity]
tests/python/topi/python/test_topi_bitserial_conv2d_rasp.py [moved from topi/tests/python/test_topi_bitserial_conv2d_rasp.py with 92% similarity]
tests/python/topi/python/test_topi_bitserial_dense.py [moved from topi/tests/python/test_topi_bitserial_dense.py with 94% similarity]
tests/python/topi/python/test_topi_bnn.py [moved from topi/tests/python/test_topi_bnn.py with 97% similarity]
tests/python/topi/python/test_topi_broadcast.py [moved from topi/tests/python/test_topi_broadcast.py with 97% similarity]
tests/python/topi/python/test_topi_clip.py [moved from topi/tests/python/test_topi_clip.py with 93% similarity]
tests/python/topi/python/test_topi_conv1d.py [moved from topi/tests/python/test_topi_conv1d.py with 92% similarity]
tests/python/topi/python/test_topi_conv1d_transpose_ncw.py [moved from topi/tests/python/test_topi_conv1d_transpose_ncw.py with 92% similarity]
tests/python/topi/python/test_topi_conv2d_NCHWc.py [moved from topi/tests/python/test_topi_conv2d_NCHWc.py with 97% similarity]
tests/python/topi/python/test_topi_conv2d_hwcn.py [moved from topi/tests/python/test_topi_conv2d_hwcn.py with 92% similarity]
tests/python/topi/python/test_topi_conv2d_int8.py [moved from topi/tests/python/test_topi_conv2d_int8.py with 97% similarity]
tests/python/topi/python/test_topi_conv2d_nchw.py [moved from topi/tests/python/test_topi_conv2d_nchw.py with 96% similarity]
tests/python/topi/python/test_topi_conv2d_nhwc.py [moved from topi/tests/python/test_topi_conv2d_nhwc.py with 91% similarity]
tests/python/topi/python/test_topi_conv2d_nhwc_pack_int8.py [moved from topi/tests/python/test_topi_conv2d_nhwc_pack_int8.py with 91% similarity]
tests/python/topi/python/test_topi_conv2d_nhwc_tensorcore.py [moved from topi/tests/python/test_topi_conv2d_nhwc_tensorcore.py with 92% similarity]
tests/python/topi/python/test_topi_conv2d_nhwc_winograd.py [moved from topi/tests/python/test_topi_conv2d_nhwc_winograd.py with 93% similarity]
tests/python/topi/python/test_topi_conv2d_transpose_nchw.py [moved from topi/tests/python/test_topi_conv2d_transpose_nchw.py with 94% similarity]
tests/python/topi/python/test_topi_conv2d_winograd.py [moved from topi/tests/python/test_topi_conv2d_winograd.py with 93% similarity]
tests/python/topi/python/test_topi_conv3d_ncdhw.py [moved from topi/tests/python/test_topi_conv3d_ncdhw.py with 92% similarity]
tests/python/topi/python/test_topi_conv3d_ndhwc.py [moved from topi/tests/python/test_topi_conv3d_ndhwc.py with 91% similarity]
tests/python/topi/python/test_topi_conv3d_ndhwc_tensorcore.py [moved from topi/tests/python/test_topi_conv3d_ndhwc_tensorcore.py with 92% similarity]
tests/python/topi/python/test_topi_conv3d_transpose_ncdhw.py [moved from topi/tests/python/test_topi_conv3d_transpose_ncdhw.py with 94% similarity]
tests/python/topi/python/test_topi_conv3d_winograd.py [moved from topi/tests/python/test_topi_conv3d_winograd.py with 93% similarity]
tests/python/topi/python/test_topi_correlation.py [moved from topi/tests/python/test_topi_correlation.py with 92% similarity]
tests/python/topi/python/test_topi_deformable_conv2d.py [moved from topi/tests/python/test_topi_deformable_conv2d.py with 93% similarity]
tests/python/topi/python/test_topi_dense.py [moved from topi/tests/python/test_topi_dense.py with 97% similarity]
tests/python/topi/python/test_topi_dense_tensorcore.py [moved from topi/tests/python/test_topi_dense_tensorcore.py with 95% similarity]
tests/python/topi/python/test_topi_depth_to_space.py [moved from topi/tests/python/test_topi_depth_to_space.py with 94% similarity]
tests/python/topi/python/test_topi_depthwise_conv2d.py [moved from topi/tests/python/test_topi_depthwise_conv2d.py with 96% similarity]
tests/python/topi/python/test_topi_depthwise_conv2d_back_input.py [moved from topi/tests/python/test_topi_depthwise_conv2d_back_input.py with 94% similarity]
tests/python/topi/python/test_topi_depthwise_conv2d_back_weight.py [moved from topi/tests/python/test_topi_depthwise_conv2d_back_weight.py with 94% similarity]
tests/python/topi/python/test_topi_dilate.py [moved from topi/tests/python/test_topi_dilate.py with 94% similarity]
tests/python/topi/python/test_topi_group_conv2d.py [moved from topi/tests/python/test_topi_group_conv2d.py with 94% similarity]
tests/python/topi/python/test_topi_group_conv2d_NCHWc_int8.py [moved from topi/tests/python/test_topi_group_conv2d_NCHWc_int8.py with 96% similarity]
tests/python/topi/python/test_topi_image.py [moved from topi/tests/python/test_topi_image.py with 91% similarity]
tests/python/topi/python/test_topi_lrn.py [moved from topi/tests/python/test_topi_lrn.py with 90% similarity]
tests/python/topi/python/test_topi_math.py [moved from topi/tests/python/test_topi_math.py with 96% similarity]
tests/python/topi/python/test_topi_matmul.py [moved from topi/tests/python/test_topi_matmul.py with 97% similarity]
tests/python/topi/python/test_topi_pooling.py [moved from topi/tests/python/test_topi_pooling.py with 95% similarity]
tests/python/topi/python/test_topi_reduce.py [moved from topi/tests/python/test_topi_reduce.py with 98% similarity]
tests/python/topi/python/test_topi_relu.py [moved from topi/tests/python/test_topi_relu.py with 96% similarity]
tests/python/topi/python/test_topi_reorg.py [moved from topi/tests/python/test_topi_reorg.py with 91% similarity]
tests/python/topi/python/test_topi_softmax.py [moved from topi/tests/python/test_topi_softmax.py with 90% similarity]
tests/python/topi/python/test_topi_sort.py [moved from topi/tests/python/test_topi_sort.py with 95% similarity]
tests/python/topi/python/test_topi_space_to_depth.py [moved from topi/tests/python/test_topi_space_to_depth.py with 94% similarity]
tests/python/topi/python/test_topi_sparse.py [moved from topi/tests/python/test_topi_sparse.py with 98% similarity]
tests/python/topi/python/test_topi_tensor.py [moved from topi/tests/python/test_topi_tensor.py with 97% similarity]
tests/python/topi/python/test_topi_transform.py [moved from topi/tests/python/test_topi_transform.py with 94% similarity]
tests/python/topi/python/test_topi_upsampling.py [moved from topi/tests/python/test_topi_upsampling.py with 93% similarity]
tests/python/topi/python/test_topi_util.py [moved from topi/tests/python/test_topi_util.py with 97% similarity]
tests/python/topi/python/test_topi_vision.py [moved from topi/tests/python/test_topi_vision.py with 95% similarity]
tests/python/unittest/test_auto_scheduler_common.py
tests/python/unittest/test_auto_scheduler_compute_dag.py
tests/python/unittest/test_auto_scheduler_loop_state.py
tests/python/unittest/test_auto_scheduler_measure.py
tests/python/unittest/test_runtime_heterogeneous.py
tests/python/unittest/test_target_codegen_cuda.py
tests/python/unittest/test_target_codegen_llvm.py
tests/python/unittest/test_target_custom_datatypes.py
tests/python/unittest/test_te_autodiff.py
tests/python/unittest/test_te_schedule_postproc_rewrite_for_tensor_core.py
tests/python/unittest/test_te_schedule_tensor_core.py
tests/python/unittest/test_te_tensor.py
tests/python/unittest/test_te_tensor_overload.py
tests/python/unittest/test_tir_data_layout.py
tests/python/unittest/test_tir_intrin.py
tests/python/unittest/test_tir_transform_bf16_legalize.py
tests/python/unittest/test_tir_transform_loop_partition.py
tests/scripts/setup-pytest-env.sh
tests/scripts/task_golang.sh
tests/scripts/task_python_topi.sh
tests/scripts/task_rust.sh
topi/python/setup.py [deleted file]
topi/python/topi/cpp/impl.py [deleted file]
tutorials/autotvm/tune_conv2d_cuda.py
tutorials/frontend/deploy_model_on_android.py
tutorials/language/tedd.py
tutorials/language/tensorize.py
tutorials/topi/intro_topi.py
vta/python/vta/__init__.py
vta/python/vta/top/bitpack.py
vta/python/vta/top/op.py
vta/python/vta/top/vta_conv2d.py
vta/python/vta/top/vta_conv2d_transpose.py
vta/python/vta/top/vta_dense.py
vta/python/vta/top/vta_group_conv2d.py
vta/python/vta/transform.py
vta/scripts/tune_conv2d.py
vta/scripts/tune_conv2d_transpose.py
vta/scripts/tune_dense.py
vta/scripts/tune_group_conv2d.py
vta/scripts/tune_resnet.py
vta/tests/python/integration/test_benchmark_topi_conv2d.py
vta/tests/python/integration/test_benchmark_topi_conv2d_transpose.py
vta/tests/python/integration/test_benchmark_topi_dense.py
vta/tests/python/integration/test_benchmark_topi_group_conv2d.py
vta/tests/python/unittest/test_vta_insn.py
vta/tutorials/autotvm/tune_relay_vta.py
vta/tutorials/optimize/convolution_opt.py