implement conv3d op (#4400)
* implement conv3d op * add back missed conv2d_output_shape by mistake * fix typo and docs, add topi test * rebase to master and merge 2d/3d unification * use cudnn.conv_forward
Showing
topi/python/topi/cuda/conv3d.py
0 → 100644
topi/python/topi/cuda/conv3d_direct.py
0 → 100644
topi/python/topi/nn/conv3d.py
0 → 100644
topi/tests/python/test_topi_conv3d_ncdhw.py
0 → 100644
Please
register
or
sign in
to comment