- 30 Mar, 2019 3 commits
-
-
Haichen Shen committed
-
This reverts commit f5ca9915.
Tianqi Chen committed -
* do second order * add comment * better name * use tvm assert all close * refire ci
雾雨魔理沙 committed
-
- 29 Mar, 2019 6 commits
-
-
Andrew Tulloch committed
-
* [Relay, TOPI] Add deformable conv2d * Moved to op level2 * Fix lint * Moved to level2 & bug fix * Update comments * Disabled flaky test of conv2d
Wuwei Lin committed -
masahi committed
-
Hao Jin committed
-
Mark Rogers committed
-
Haichen Shen committed
-
- 28 Mar, 2019 1 commit
-
-
Yao Wang committed
-
- 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 4 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
-