[TOPI] Example for depthwise convolution (#197)
* first commit * move to topi/recipe * refactor, almost rewrite * 2-D sum reduction; implement SAME pad; improve schedule * add util.py; separate test script * conv + bn + relu fusion * auto fusion * separate declare and schedule; using op tag * divide large image into blocks * move to topi; improve blocking schedule * restructure * add doc * using time_evaluator
Showing
topi/python/topi/nn/__init__.py
0 → 100644
topi/python/topi/nn/conv.py
0 → 100644
topi/python/topi/nn/mapping.py
0 → 100644
topi/python/topi/nn/util.py
0 → 100644
Please
register
or
sign in
to comment