Граф коммитов

2622 Коммитов

Автор SHA1 Сообщение Дата
Tianqi Chen fb7fa8e42d
[AUTOTVM] Refactor measure build func (#2927) 2019-03-30 09:33:28 -04:00
Haichen Shen c6339730ad [Tutorial] Cache the test data in tutorial (#2923) 2019-03-30 00:11:55 -04:00
Tianqi Chen 8eef1565b5
Revert "[Relay] add test for second order ad (#2754)" (#2926)
This reverts commit f5ca9915ab.
2019-03-29 21:57:24 -04:00
雾雨魔理沙 f5ca9915ab [Relay] add test for second order ad (#2754)
* do second order

* add comment

* better name

* use tvm assert all close

* refire ci
2019-03-29 17:02:32 -07:00
Andrew Tulloch c5a7b74332 TVM debugresult dump to Chrome Tracing (#2922) 2019-03-29 14:35:15 -04:00
Wuwei Lin 608cdeeb48 [Relay, TOPI] Deformable conv2d (#2908)
* [Relay, TOPI] Add deformable conv2d

* Moved to op level2

* Fix lint

* Moved to level2 & bug fix

* Update comments

* Disabled flaky test of conv2d
2019-03-29 21:38:56 +09:00
masahi 82e868a4be [Relay] Add support for TupleGetItem in op fusion (#2914) 2019-03-29 08:23:01 -04:00
Hao Jin a0537ecbf8 add support for mxnet smooth_l1 (#2905) 2019-03-29 11:59:05 +08:00
Mark Rogers 53511bf1a4 Unified error handling in NNVM and Relay frontends (#2828) 2019-03-28 22:18:18 -04:00
Haichen Shen e3206aa84d [TEST] Cache test data (#2921) 2019-03-28 22:12:25 -04:00
Yao Wang 4ac64fc446 Turn on USE_SORT by default (#2916) 2019-03-27 21:05:40 -04:00
雾雨魔理沙 8f0bc75fbf [Relay] clean up hd, change tl (#2917) 2019-03-27 19:55:59 -04:00
Nick Hynes dfe4c466d3 [Relay] Allow converting keras.layers.Sequential (#2842)
* Allow converting keras.layers.Sequential

* Use existing new_var function

* Only update expr when missing

* Add test
2019-03-28 05:49:05 +09:00
Tianqi Chen 9ace1cb603
[COMMUNITY] ASF mentors (#2906) 2019-03-26 22:47:59 -07:00
Andrew Tulloch 230dfe8a9f Allow linking against MKLML (#2902) 2019-03-26 18:21:10 -07:00
Tianqi Chen 84cb712a7d
[DOCKER] Upgrade ci-cpu to latest v0.50 (#2901) 2019-03-26 15:43:52 -07:00
Marcus Shawcroft d63f6d36f7 [TESTS] Import script robustness (set -u) (#2896)
Adopt the "set -u" idiom from the docker scripts as a mechanism to
improve future robustness.
2019-03-26 11:17:11 -07:00
Zhao Wu 6c90786b6b [Relay] Fix Relay ARM CPU depthwise spatial pack schedule alter op layout issue. (#2861)
* Fix Relay ARM CPU spatial pack depthwise alter op layout issue.

* Update tune_relay_arm.py
2019-03-26 19:17:47 +08:00
hlu1 a02916b5ae winograd_nnpack (#2721) 2019-03-25 20:12:32 -07:00
Nick Hynes 7f9424747e [Relay] Fix name of bias in testing.mlp (#2892) 2019-03-25 13:45:05 -07:00
Marcus Shawcroft 23aa24cf17 [TESTS] Improve script robustness (#2893)
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.
2019-03-25 13:44:35 -07:00
Jhony Guan 4bf37e31a5 Add dense schedules to __init__ for cpu (#2855)
* Add dense schedules to __init__ for cpu

* Add documentation for topi::shape

* Add additional imports to topi CPU __init__.
2019-03-25 13:08:02 -07:00
XiaolongMeng 69758ed1eb fix prelu, now can use on 2d input and add one test (#2875) 2019-03-24 19:27:19 -07:00
Luis Vega a7c90ee579 [Apps] [howto_deploy] fix cxx-flags order and build directory (#2888) 2019-03-24 18:07:05 -07:00
Wuwei Lin 5f37cc1290 [Relay][Op] Add group conv2d dispatch to topi function (#2870)
* [Relay][Op] Add group conv2d dispatch to topi function

* Rerun tests
2019-03-24 11:38:46 -07:00
Nick Hynes d04c41c4f1 Use version invariant rustfmt (#2886) 2019-03-24 10:42:59 -07:00
Gemfield 6b2590e333 Enhance upsample operator to adapt onnx opset version 9 (#2840) 2019-03-24 10:40:56 -07:00
Zhi 2df3364b05 [RELAY][Frontend][TF] decompile tf control flow (#2830)
* decompile tf control flow

* Add docs

* remove import relay

* move tests under tensorflow frontend

* minor fix
2019-03-24 23:19:16 +08:00
雾雨魔理沙 8ef35dc245 do (#2883) 2019-03-23 10:29:55 -07:00
Sergei Grechanik a610edee91 [ARITH] RewriteSimplifier: improved cmp simplification (#2851) 2019-03-22 18:25:16 -07:00
kparzysz ce3decb1d5 Fix setting up hints for getaddrinfo (#2872) 2019-03-22 18:24:00 -07:00
Nick Hynes 6e18eb25fe Add missing sgx includes (#2878) 2019-03-22 18:23:01 -07:00
Wei Chen 2d5a072019 [Relay] Add list update to prelude (#2866) 2019-03-22 18:21:31 -07:00
hlu1 4692440605 [NNPACK] Modernize test (#2868) 2019-03-22 18:21:06 -07:00
Josh Pollock e23913f5eb [Relay][Text Format] Reverse CallNode Print Order (#2882) 2019-03-22 18:20:41 -07:00
Marcus Shawcroft 8a7f41ce1b [DOCKER] Pin flatbuffers checkout to the last release tag (#2823). (#2879) 2019-03-22 18:16:39 -07:00
雾雨魔理沙 46f0b67cb1 Fix error reporting for missing axis (#2835)
* Fix error reporting for missing axis

* Update data_layout.cc
2019-03-21 09:46:15 +08:00
Josh Pollock db5bfa3c61 [Relay][Text Format] Text Printer Refactor and Debug Printing (#2605) 2019-03-20 16:11:53 -07:00
Andrew Tulloch 259aa46e4f Truncate function name (#2863) 2019-03-20 10:18:05 -07:00
Zeno Gantner 9f7dfd83dc fix typos: 4x "disbale" to "disable" (#2865) 2019-03-20 10:14:34 -07:00
Liangfu Chen 51f638cfb3 [Relay] Improved `multiply_rewrite` for gluoncv_ssd quantization (#2848)
* 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;
2019-03-20 10:02:10 -07:00
lixiaoquan 1278d68fa4 Fix an OrderDict initilization bug. (#2862)
The dict which is used to initilize OrderDict is not ordered, so
  metadata may not be at the end.
2019-03-20 10:01:13 -07:00
Haichen Shen 89acfeb258 [Relay][Frontend] Add ops in mxnet converter (#2844)
* Add ops in mxnet converter

* trigger ci
2019-03-20 01:09:24 -07:00
Bing Xu f81e2873d1 [AlterLayout] NCHWc upsampling, fix depthwise conv (#2806)
* [AlterLayout] NCHW upsampling

* [Relay][Pass] Fix Depthwise AlterLayout
2019-03-19 20:51:23 -07:00
hlu1 7ef32cdc8b [Docker] Enable NNPACK for ci_gpu (#2856) 2019-03-19 17:15:29 -07:00
Leonardo lontra d5b3422099 [Relay][Frontend][keras] added interpolation method of Upsampling2D (#2854)
* [Relay][Frontend][keras] added interpolation method of Upsampling2D.

* added testcase

* small fixes
2019-03-19 19:17:09 -04:00
Nick Hynes 340678ded2 Pin rust version used to compile tools (#2852) 2019-03-19 11:34:24 -07:00
Ruslan Baratov 2d759439be Update iOS RPC README (#2847) 2019-03-19 11:02:35 -07:00
Siva bb3c815140
[FRONTEND][TENSORFLOW] Enhance with left over patches from NNVM. (#2757)
* [FRONTEND][TENSORFLOW] Enhance with left over patches from NNVM.

commit 76188a4
Author: Siva sivar.b@huawei.com
[NNVM][TENSORFLOW] bugfix. (#2444)

commit 6737739
Author: Ashutosh Parkhi ashutosh.parkhi@imgtec.com
[Tensorflow] Support for Crop (#2285)

commit f6c3f99
Author: Alexey Romanov alexey.v.romanov@gmail.com
[FRONTEND][TENSORFLOW] Use input shapes directly instead of 1-element lists (#2242)

commit e5d92e1
Author: Dominic Symes 36929632+dominicsymes@users.noreply.github.com
[FRONTEND][TENSORFLOW] Bugfix (#2326)

commit 00d509d
Author: Alexey Romanov alexey.v.romanov@gmail.com
[FRONTEND][TENSORFLOW] Support Unstack and Split (#2105)

commit df9d3ad
Author: Siva sivar.b@huawei.com
[FRONTEND][TENSORFLOW] Bugfix (#2267)

commit d1a0c90
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
2019-03-19 12:25:07 +05:30
Tianqi Chen f63631fc73
[RUNTIME] Scaffold structured error handling. (#2838) 2019-03-18 23:05:02 -07:00