- Jan 07, 2019
-
-
Wei Chen authored
-
Lianmin Zheng authored
-
Wuwei Lin authored
-
Tianqi Chen authored
-
- Jan 06, 2019
-
-
Yuwei Hu authored
* [Relay][Keras] force const dtype to be float32 * fix pylint
-
- Jan 05, 2019
- Jan 04, 2019
-
-
Salem Derisavi authored
* Enhanced simplification rules for Div by a positive constant * Fixed my last commit to correctly interpret TVM's division as truncated division * Fixed implemenation of IntSet::can_prove_non_positive() * addressed comments by @yzhliu * addressed comments by @sgrechanik-h * addressed more comments by @yzhliu
-
Wuwei Lin authored
-
Jian Weng authored
-
- Jan 03, 2019
-
-
Haichen Shen authored
-
Nick Hynes authored
* Fix clock type in rpc_session timer * Fix lint error
-
Steven S. Lyubomirsky authored
-
- Jan 01, 2019
-
-
Lianmin Zheng authored
-
- Dec 30, 2018
-
-
Wuwei Lin authored
-
- Dec 29, 2018
-
-
Wuwei Lin authored
* [TOPI] Add roi align * Refactor bilinear in image resize * Rename to roi_align_nchw * Fix
-
masahi authored
-
Alexey Romanov authored
-
Tianqi Chen authored
-
- Dec 27, 2018
-
-
Tianqi Chen authored
-
Tianqi Chen authored
-
- Dec 26, 2018
-
-
Haichen Shen authored
* Add cast op * Rename dtype_cast to cast * Add additional safety check for String2TVMType * Add missing relay op docs
-
lixiaoquan authored
dtype of count is the same as dtype of inputs[0] when created, but its type may change when multiplied by inputs[0]->shape[i]. Which causes dtype of output is not same as dtype of input.
-
Wuwei Lin authored
-
- Dec 25, 2018
-
-
Wuwei Lin authored
-
Jared Roesch authored
-
Zhi authored
* add ssd ops to mxnet.py * add ssd ops to mxnet.py * add result check for multibox and nms unit tests * add result check for multibox and nms unit tests * address @kevinthesun's comments * Disable cuda test for nms for now.
-
Liang ZOU authored
typo "@func myfunc" => "func @myfunc"
-
- Dec 24, 2018
-
-
Dominic Symes authored
-
eqy authored
-
Steven S. Lyubomirsky authored
-
Wuwei Lin authored
-
Steven S. Lyubomirsky authored
-
masahi authored
-
lixiaoquan authored
Dtype of output of pad should follows input, but if dtype of input is not float, output will still be float becase pad_value is float.
-
- Dec 22, 2018
-
-
Jared Roesch authored
-
- Dec 21, 2018
-
-
Haichen Shen authored
-
- Dec 20, 2018
-
-
Haichen Shen authored
* Add MXNet test example for relay * Fix a bug in BiasAddSimplifier
-
Haichen Shen authored
* Add Eddie to committer * Fix order
-
Zhi authored
-