-
- Downloads
Initial NHWC layout support (#376)
* initial NHWC layout support * remove layout param from softmax * more nhwc support * fix typo * add nhwc layout test * fix lint * update tvm * update for c++ topi * fix lint * update tvm
Showing
- nnvm/include/nnvm/top/nn.h 9 additions, 0 deletionsnnvm/include/nnvm/top/nn.h
- nnvm/python/nnvm/top/nn.py 11 additions, 6 deletionsnnvm/python/nnvm/top/nn.py
- nnvm/src/top/nn/nn.cc 1 addition, 2 deletionsnnvm/src/top/nn/nn.cc
- nnvm/src/top/nn/pooling.cc 8 additions, 6 deletionsnnvm/src/top/nn/pooling.cc
- nnvm/src/top/nn/upsampling.cc 2 additions, 0 deletionsnnvm/src/top/nn/upsampling.cc
- nnvm/tests/python/compiler/test_nhwc_layout.py 56 additions, 0 deletionsnnvm/tests/python/compiler/test_nhwc_layout.py
Please register or sign in to comment