- 29 May, 2018 40 commits
-
-
Siva committed
-
MORITA Kazutaka committed
-
* raise error when cannot get shape in reshape * fix pylint
Wenhao Hu committed -
* AlterOpLayout with tvm.target * fix test
Yizhi Liu committed -
* fix restore layout in AlterOpLayout * lint test case
Yizhi Liu committed -
* allow missing FCorrectLayout * misunderstood OpMap[], fix
Yizhi Liu committed -
Liangfu Chen committed
-
Tatsuya Nishiyama committed
-
* rename FInferLayout -> FCorrectLayout * correct stupid IDE * update submodule tvm
Yizhi Liu committed -
Yizhi Liu committed
-
Pariksheet Pinjari committed
-
MORITA Kazutaka committed
-
Pariksheet Pinjari committed
-
Yizhi Liu committed
-
Pariksheet Pinjari committed
-
* Issue fix for tiny yolo There was an issue in maxpool frontend for tiny-yolo. It is fixed in PR. https://github.com/dmlc/nnvm/issues/431 * updated review comment, python 3 compatabilty * Update darknet.py * Updated review comment
Pariksheet Pinjari committed -
* Update TVM to latest * remove darknet from testing due to cffi
Tianqi Chen committed -
Pariksheet Pinjari committed
-
* declare type for optional tshape * add doc * move code to another place
Haibin Lin committed -
Tianqi Chen committed
-
Tianqi Chen committed
-
Wenhao Hu committed
-
Yao Wang committed
-
Wenhao Hu committed
-
Wenhao Hu committed
-
Yuwei Hu committed
-
Yan Huang committed
-
Pariksheet Pinjari committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
nhynes committed
-
* [DOCS] add a solution to installation error * Fix the command for updating submodules
Atsushi Nukariya committed -
Siva committed
-
Zhixun Tan committed
-
* fix same var used in single op * revert to older version
Joshua Z. Zhang committed -
Tianqi Chen committed
-
* 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
masahi committed -
Siva 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 -
Yao Wang committed
-