- 28 Feb, 2019 6 commits
-
-
* [DOCKER] Switch from yes|apt-get to apt-get -y The yes | apt-get idom guarantees that the 'yes' process always exists with exit code 141 (pipe broken). This is fine while the script generally ignores failures but won't work when the script behaviour is tightened to robustly catch errors. * [DOCKER] Turn down the wget/curl volume
Marcus Shawcroft committed -
Wuwei Lin committed
-
* added relay quick start * added relay/using_external_lib.py * update using_external_lib * Update using_external_lib.py * update tvm/make/config.mk -> cmake/config.cmake * Fixed: result mismatched when lowering relay with cudnn support at opt level 2 * setting opt_level=2 and out_channels=16 for consistency of original tutorial * Fixed some typos
Truman TIAN committed -
* move layout.h & layout.cc from relay to tvm * change ConvertLayout in relay to bijectiveLayout->Forward/backward * add first test case * add LayoutAxis * add LayoutAxis struct and compiles * simplify BijectiveLayout rule consturct * polish func name for Layout, move impl to .cc, remove Layout::defined(), add defined() checker * partially add layout py support * add layout test cases * add doc for tvm.layout & tvm.bijective_layout * fix lint * fix lint * fix layout name generation bug * fix layout typo * address comments and add topi.layout_transform * layout.h->data_layout.h, test_lang_layout.py->test_lang_data_layout.py
Yizhi Liu committed -
* check in * lint * cleanup * Update util.py
eqy committed -
tshape.strip('()[]').split(',') will make a list ['1001',''] but the empty one isn't needed.
lixiaoquan committed
-
- 27 Feb, 2019 15 commits
-
-
Denis Khalikov committed
-
Salem Derisavi committed
-
Takeshi Watanabe committed
-
Recent pylint introduced support for the useless-return diagnostic. This patch remove the useless returns.
Marcus Shawcroft committed -
lixiaoquan committed
-
* [DOC] CoreML frontend tutorial * Update tutorials/frontend/from_coreml.py Co-Authored-By: kazum <morita.kazutaka@lab.ntt.co.jp> * Update tutorials/frontend/from_coreml.py Co-Authored-By: kazum <morita.kazutaka@lab.ntt.co.jp> * Addressed comments and added the original author
MORITA Kazutaka committed -
Marcus Shawcroft committed
-
Hao Jin committed
-
Logan Weber committed
-
雾雨魔理沙 committed
-
Steven S. Lyubomirsky committed
-
Siju committed
-
Siju committed
-
hlu1 committed
-
MORINAGA committed
-
- 26 Feb, 2019 4 commits
-
-
* Add CONCATENATION to tflite frontend * fix typo * Fix codestyle * Fix code style * simplify convert map * Update
在原佐为 committed -
[Relay] fix error in ANF (too agressively inline atomic expression and create free variable). (#2665)
雾雨魔理沙 committed -
雾雨魔理沙 committed
-
* i think it works for now? * fix lint * fix 2/3 compat * fix py2 again * fine, i gave up
Jian Weng committed
-
- 25 Feb, 2019 2 commits
-
-
Tianqi Chen committed
-
雾雨魔理沙 committed
-
- 24 Feb, 2019 1 commit
-
-
Junru Shao committed
-
- 23 Feb, 2019 2 commits
-
-
* Add arange op * Update docs * Fix bug * add sanity check in relay and mxnet frontend mapping * lint * nits * pylint * don't allow empty output from arange * Remove empty test for arange * Fix bug and update doc
Haichen Shen committed -
Haichen Shen committed
-
- 22 Feb, 2019 10 commits
-
-
雾雨魔理沙 committed
-
Tianqi Chen committed
-
ziheng committed
-
Jian Weng committed
-
雾雨魔理沙 committed
-
Yida Wang committed
-
Marcus Shawcroft committed
-
Recent pylint warngs about import renames with no effect. Remove them.
Marcus Shawcroft committed -
* check in * fix typo * fix typo * change message * change message * typo * lint
eqy committed -
Hao Jin committed
-