- 24 Mar, 2019 3 commits
-
-
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 7 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
-
This patch reverts one of my earlier patches (squashed in #2710) to reduce bandwidth requirements of git clone, in this particular case we are checking out a specific hash rather than a tag or branch name. The --branch option to git clone permits tags or branches but does not permit a specific hash.
Marcus Shawcroft committed
-
- 18 Mar, 2019 4 commits
-
-
hlu1 committed
-
Code like this can't be built with NV OpenCL, and it needs an explicit type converison for ternary expression if return type is uchar. uchar i = 0, j = 0; uchar t = max((uchar)j, ((i > 0) ? (uchar)1 : (uchar)0));
lixiaoquan committed -
hlu1 committed
-
Ruslan Baratov committed
-
- 17 Mar, 2019 2 commits
-
-
* adding _contrib_BilinearResize2D op from mxnet * error fixed * use resize instead of upsample
Leyuan Wang committed -
Ruslan Baratov committed
-
- 16 Mar, 2019 2 commits
-
-
Tianqi Chen committed
-
Ruslan Baratov committed
-
- 15 Mar, 2019 2 commits
-
-
Ruslan Baratov committed
-
git clone --branch=xxx won't take a hash, switch from the hash to the tag that represents that hash.
Marcus Shawcroft committed
-
- 14 Mar, 2019 3 commits