imp module is deprecated (#4275)
authorJian Weng <jian.weng@ucla.edu>
Fri, 15 Nov 2019 17:13:04 +0000 (09:13 -0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Fri, 15 Nov 2019 17:13:04 +0000 (09:13 -0800)
commit9e6371fbaec9544fde276c9006e8de333a161c46
tree501b202832480581222b92b87ced0945f3da6e8f
parent510bd8f680041432f79ee061567540ac80df0aad
imp module is deprecated (#4275)
python/tvm/hybrid/module.py
topi/python/topi/cpp/__init__.py [new file with mode: 0644]
topi/python/topi/cpp/cuda.py [new file with mode: 0644]
topi/python/topi/cpp/generic.py [new file with mode: 0644]
topi/python/topi/cpp/image.py [new file with mode: 0644]
topi/python/topi/cpp/impl.py [moved from topi/python/topi/cpp.py with 64% similarity]
topi/python/topi/cpp/nn.py [new file with mode: 0644]
topi/python/topi/cpp/rocm.py [new file with mode: 0644]
topi/python/topi/cpp/vision/__init__.py [new file with mode: 0644]
topi/python/topi/cpp/vision/yolo.py [new file with mode: 0644]
topi/python/topi/cpp/x86.py [new file with mode: 0644]