- 26 Jun, 2018 1 commit
-
-
nhynes committed
-
- 24 Jun, 2018 2 commits
-
-
Siva committed
-
Tianqi Chen committed
-
- 22 Jun, 2018 3 commits
-
-
Tianqi Chen committed
-
Pariksheet Pinjari committed
-
Junru Shao committed
-
- 21 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 14 Jun, 2018 2 commits
- 13 Jun, 2018 1 commit
-
-
Tianqi Chen committed
-
- 12 Jun, 2018 1 commit
-
-
* add support for subgraphs. * fix. * fix. * Fix compilation error * Fix compilation error * add comments. * update comments. * Sanity check on subgraphs when creating IndexedGraph * avoid the overhead of sanity check. * Stop using non-recursive DFS * Trigger CI * trigger CI
Da Zheng committed
-
- 05 Jun, 2018 1 commit
-
-
[NNVM] Fix softmax gradient
larrywyang committed
-
- 01 Jun, 2018 1 commit
-
-
Pariksheet Pinjari committed
-
- 31 May, 2018 1 commit
-
-
tqchen committed
-
- 29 May, 2018 26 commits
-
-
tqchen committed
-
Pariksheet Pinjari committed
-
Siva committed
-
Siva committed
-
* update tvm submodule * Add count_include_pad support to avg_pool
Tatsuya Nishiyama committed -
Siva committed
-
Better to check Infer result with topi results at build time instead of leaving to a runtime error. (#476)
Siva committed -
Yizhi Liu committed
-
Tang, Cheng committed
-
* fix restore layout in AlterOpLayout * lint test case
Yizhi Liu committed -
* allow missing FCorrectLayout * misunderstood OpMap[], fix
Yizhi Liu committed -
* rename FInferLayout -> FCorrectLayout * correct stupid IDE * update submodule tvm
Yizhi Liu committed -
Yizhi Liu committed
-
Pariksheet Pinjari committed
-
Pariksheet Pinjari committed
-
Tianqi Chen committed
-
Yao Wang committed
-
Yan Huang committed
-
Tianqi Chen 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
-
* Updated TVM version. Implemented fix for nnvm_compiler crash on exit on windows. Changed TOPI ops from using python to using C++ where applicable. * Fix lint * Fix lint * Fix macro * Fix reshape * Update TVM to fix test fails
alex-weaver committed -
The below compilation warning issue has been fixed. src/top/tensor/matrix_op.cc:37:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < lshape.ndim() - 1; i++) oshape[i] = lshape[i]; ^ src/top/tensor/matrix_op.cc:38:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 1; i < rshape.ndim(); i++) oshape[i + lshape.ndim() - 1] = rshap
Siju Samuel committed
-