* add basic x86 schedules * parallelize & vectorize batchnorm + relu * fuse conv into bn + relu * move rc loop to outer * add nhwc conv * change weight layout to hwcf * conv + bn + relu fusion for nhwc conv * fix conv_nhwc schedule when no fusion * clean up default parallel schedules * simplify elemwise parallel * fix elemwise parallel for batch == 1 * update nhwc conv test * fix and add comment * fix lint * remove redundant import * remove default multithreading for some ops * remove default multithreading for global pool
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
test_topi_basic.py | Loading commit data... | |
test_topi_bnn.py | Loading commit data... | |
test_topi_broadcast.py | Loading commit data... | |
test_topi_clip.py | Loading commit data... | |
test_topi_conv2d.py | Loading commit data... | |
test_topi_conv2d_hwcn.py | Loading commit data... | |
test_topi_conv2d_nchw.py | Loading commit data... | |
test_topi_conv2d_nhwc.py | Loading commit data... | |
test_topi_conv2d_transpose_nchw.py | Loading commit data... | |
test_topi_dense.py | Loading commit data... | |
test_topi_depthwise_conv2d.py | Loading commit data... | |
test_topi_depthwise_conv2d_back_input.py | Loading commit data... | |
test_topi_depthwise_conv2d_back_weight.py | Loading commit data... | |
test_topi_dilate.py | Loading commit data... | |
test_topi_pooling.py | Loading commit data... | |
test_topi_reduce.py | Loading commit data... | |
test_topi_relu.py | Loading commit data... | |
test_topi_softmax.py | Loading commit data... | |
test_topi_transform.py | Loading commit data... | |
test_topi_upsampling.py | Loading commit data... |