- 01 Apr, 2019 5 commits
-
-
lixiaoquan committed
-
* [DOCKER][FRONTEND] Run DarkNet tests * update tests to pass CI
MORITA Kazutaka committed -
Alexander Pivovarov committed
-
Tianqi Chen committed
-
Mr You committed
-
- 31 Mar, 2019 2 commits
-
-
Tianqi Chen committed
-
Andrew Tulloch committed
-
- 30 Mar, 2019 10 commits
-
-
* [FRONTEND][TENSORFLOW] bug fix for tensorflow official slim models. * * review comments
Siva committed -
Steven S. Lyubomirsky committed
-
* [FRONTEND][ONNX] Some bug fixes and Shape operator fixed for relay. * * test cases * * ci error
Siva committed -
Yutetsu TAKATSUKASA committed
-
masahi committed
-
Fix comment bugs and code style
Siyuan Feng committed -
Tianqi Chen committed
-
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 3 commits
-
-
* [Relay][Op] Add group conv2d dispatch to topi function * Rerun tests
Wuwei Lin committed -
Nick Hynes committed
-
Gemfield committed
-