add conv2d module (#4764)
* add conv2d module * support bias * add conv2d test * update conv2d test * return nullptr instead of LOG(FATAL) when arg is not found * format * format & update conv2d test * update test * add reset_parameters for conv2d * fix a bug Co-authored-by:daquexian <daquexian566@gmail.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Showing
- oneflow/python/nn/modules/conv.py 89 additions, 0 deletionsoneflow/python/nn/modules/conv.py
- oneflow/python/test/modules/test_conv.py 787 additions, 0 deletionsoneflow/python/test/modules/test_conv.py
- oneflow/user/kernels/stateful_local_opkernel.cpp 0 additions, 2 deletionsoneflow/user/kernels/stateful_local_opkernel.cpp
- oneflow/user/kernels/stateful_local_opkernel.h 9 additions, 3 deletionsoneflow/user/kernels/stateful_local_opkernel.h
Please register or sign in to comment