- 27 Mar, 2019 4 commits
-
-
雾雨魔理沙 committed
-
* Allow converting keras.layers.Sequential * Use existing new_var function * Only update expr when missing * Add test
Nick Hynes committed -
Tianqi Chen committed
-
Andrew Tulloch committed
-
- 26 Mar, 2019 4 commits
-
-
Tianqi Chen committed
-
Adopt the "set -u" idiom from the docker scripts as a mechanism to improve future robustness.
Marcus Shawcroft committed -
* Fix Relay ARM CPU spatial pack depthwise alter op layout issue. * Update tune_relay_arm.py
Zhao Wu committed -
hlu1 committed
-
- 25 Mar, 2019 5 commits
-
-
Nick Hynes committed
-
A number of test scripts use the '|| exit 1' idiom. This has two issues, first process exit codes are defined to be in the range 0-255. Second, more importantly, the idiom is fragile because it requires that every possible failure point be explicitly coded. This patch removes the idiom in favour of "set -e" as used in the docker scripts as a more robust mechanism to ensure that script failures are always caught and propagated by default.
Marcus Shawcroft committed -
* Add dense schedules to __init__ for cpu * Add documentation for topi::shape * Add additional imports to topi CPU __init__.
Jhony Guan committed -
XiaolongMeng committed
-
Luis Vega committed
-
- 24 Mar, 2019 4 commits
-
-
* [Relay][Op] Add group conv2d dispatch to topi function * Rerun tests
Wuwei Lin committed -
Nick Hynes committed
-
Gemfield committed
-
* decompile tf control flow * Add docs * remove import relay * move tests under tensorflow frontend * minor fix
Zhi committed
-
- 23 Mar, 2019 8 commits
-
-
雾雨魔理沙 committed
-
Sergei Grechanik committed
-
kparzysz committed
-
Nick Hynes committed
-
Wei Chen committed
-
hlu1 committed
-
Josh Pollock committed
-
Marcus Shawcroft committed
-
- 21 Mar, 2019 1 commit
-
-
* Fix error reporting for missing axis * Update data_layout.cc
雾雨魔理沙 committed
-
- 20 Mar, 2019 8 commits
-
-
Josh Pollock committed
-
Andrew Tulloch committed
-
Zeno Gantner committed
-
* improved `multiply_rewrite` for gluoncv_ssd quantization * add a check to attach_simulated_quantize below to prevent quantizing lhs to INPUT if lhs_kind is INPUT;
Liangfu Chen committed -
The dict which is used to initilize OrderDict is not ordered, so metadata may not be at the end.
lixiaoquan committed -
* Add ops in mxnet converter * trigger ci
Haichen Shen committed -
* [AlterLayout] NCHW upsampling * [Relay][Pass] Fix Depthwise AlterLayout
Bing Xu committed -
hlu1 committed
-
- 19 Mar, 2019 6 commits
-
-
* [Relay][Frontend][keras] added interpolation method of Upsampling2D. * added testcase * small fixes
Leonardo lontra committed -
Nick Hynes committed
-
Ruslan Baratov committed
-
* [FRONTEND][TENSORFLOW] Enhance with left over patches from NNVM. commit 76188a43 Author: Siva sivar.b@huawei.com [NNVM][TENSORFLOW] bugfix. (#2444) commit 6737739c Author: Ashutosh Parkhi ashutosh.parkhi@imgtec.com [Tensorflow] Support for Crop (#2285) commit f6c3f997 Author: Alexey Romanov alexey.v.romanov@gmail.com [FRONTEND][TENSORFLOW] Use input shapes directly instead of 1-element lists (#2242) commit e5d92e1b Author: Dominic Symes 36929632+dominicsymes@users.noreply.github.com [FRONTEND][TENSORFLOW] Bugfix (#2326) commit 00d509d4 Author: Alexey Romanov alexey.v.romanov@gmail.com [FRONTEND][TENSORFLOW] Support Unstack and Split (#2105) commit df9d3ad2 Author: Siva sivar.b@huawei.com [FRONTEND][TENSORFLOW] Bugfix (#2267) commit d1a0c901 Author: Zhebin Jin zhebin.jzb@alibaba-inc.com [FRONTEND][TENSORFLOW]Add Split and realdiv op support (#2123) * Add Split and realdiv op support * Fix the pad calculation in the case of dilated convolution * * review comments * * resnet fix. * * review comments
Siva committed -
Tianqi Chen committed
-
Tianqi Chen committed
-