- 31 Aug, 2018 1 commit
-
-
Wu Zhao committed
-
- 23 Aug, 2018 1 commit
-
-
MORITA Kazutaka committed
-
- 29 May, 2018 6 commits
-
-
* update tvm submodule * Add count_include_pad support to avg_pool
Tatsuya Nishiyama committed -
Yizhi Liu committed
-
Yizhi Liu committed
-
Tianqi Chen committed
-
The below compilation warning is fixed. In file included from /mnt/D_DRIVE/work/nnvm_8_feb/dmlc-core/include/dmlc/any.h:16:0, from include/nnvm/./base.h:11, from include/nnvm/graph.h:15, from src/compiler/fold_scale_axis.cc:6: src/compiler/fold_scale_axis.cc: In function ‘nnvm::Graph nnvm::compiler::FoldScaleAxis(nnvm::Graph)’: src/compiler/fold_scale_axis.cc:155:39: warning: enum constant in boolean context [-Wint-in-bool-context] CHECK(kind == kPassTroughFirst || kMulConsumer); ^ /mnt/D_DRIVE/work/nnvm_8_feb/dmlc-core/include/dmlc/./logging.h:110:9: note: in definition of macro ‘CHECK’ if (!(x))
Siju Samuel committed -
* [PASS] FoldScaleAxis * Move FoldAxis to O3 * Set unroll to 0 when ready
Tianqi Chen committed
-