- 19 Mar, 2019 5 commits
-
-
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 12 commits
-
-
Yizhi Liu committed
-
Wuwei Lin committed
-
Wei Chen committed
-
Siva committed
-
Wuwei Lin committed
-
Leyuan Wang committed
-
Tianqi Chen committed
-
hlu1 committed
-
lixiaoquan committed
-
Ashutosh Parkhi committed
-
hlu1 committed
-
Haichen Shen committed
-
- 13 Mar, 2019 2 commits
-
-
* Add shapeof op in topi * Add relay shape_of op * Add constant folding for shape_of * Allow shape op to specify dtype * Add mxnet converter for shape_array * lint * lint * Add doc
Haichen Shen committed -
* start adding reverse * reverse updated * reverse uses topi::flip * typo fixed * comment addressed * exp simplified
Leyuan Wang committed
-
- 12 Mar, 2019 10 commits
-
-
Salem Derisavi committed
-
Alexander Pivovarov committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
Alexander Pivovarov committed
-
Tianqi Chen committed
-
* initial commit * add python frontend and module tests * add unit tests for function pass and optimize interface * add ExprPass * remove PassState and pass context for run * add required_passes * return module * remove move * fix minor reviews * remove optimizer, optimizer->pass_manager, make pass a the base class of all * remove deleted files * move resolvedependency to sequential pass, use ir_pass namespace * add todo * add disabled passes in sequetialpass * fix minor * fix currying doc * remove pass_kind from passnode * remove pass kind from test * fix doc * fix per @tqchen's comments * remove pass_manager.py create separate classes * simplify pass_func * inline using passfunc * update doc * disable test_quantize_pass for now * create PassInfo class to contain the meta data * flatten passinfo for interface * retrigger ci * remove required method * make Pass python class lighter * create pass -> decorator * make the api consistent for all classes
Zhi committed -
Tianqi Chen committed
-
- 11 Mar, 2019 1 commit
-
-
SasakiSaki committed
-