- Feb 14, 2019
-
-
Tianqi Chen authored
-
- Feb 13, 2019
-
-
Jian Weng authored
* a preliminary version is done? * we no longer need the redundant hybrid/api.py * support assert stmt * cast supported * intrin -> runtime; util is mainly in charge of compilation time * assert statement * fix python lint * fix cpp lint * on the way to module * rollback .cc * fix typo, no direct expose then * @vinx13 ceil is added i guess? * wip... * temp commit * fix import * i preliminary version is done? * on the way to build hybrid module * nearly fixed... * dumped python are equiv as original python * on the way to bootstrap * cpu bootstrap done * bootstrap! * fix lint * fix doc * resolve some review concerns * support load/save * fix lint * thanks to xqdan fixed my typo * fix build, make dump non-optional * add vthread * jesus why i added this
-
Marcus Shawcroft authored
-
eqy authored
-
Haichen Shen authored
thanks @icemelon9, this is merged
-
- Feb 12, 2019
-
-
Jessica Davies authored
-
Marina Kolpakova authored
-
MORITA Kazutaka authored
-
- Feb 10, 2019
-
-
Tianqi Chen authored
-
- Feb 09, 2019
- Feb 08, 2019
-
-
Pedro Larroy authored
Optimize move semantics of NodeEntry reducing copies of shared_ptr which causes atomic contention (#2576)
-
- Feb 07, 2019
- Feb 06, 2019
-
-
Sergei Grechanik authored
* [TVM][BUGFIX] Fix reductions in split axes * A test case for the problem * Fix the fix: skip loops that are related to reduction AND are unrelated to axis
-
Siva authored
-
Bing Xu authored
-
- Feb 05, 2019
-
-
Siva authored
* [RELAY][FRONTEND] Tensorflow frontend support. * * LSTM removed for a while. * * basic ops are good. * * nn wip * * wip * * python2.7 corrections. * * NN ops are good. * * e2e models working good * * all good except LSTM * * rebase, tutorials and CI trigger. * * CI errors. * * enable opt_level=3 * * Docstrings cleanup. testing.tf utils moved to relay from nnvm. * * tutorials update. * * LSTM work good now. * * Rebase * * CI error * * enable PTB. * * rebase. * * tutorials * Update python/tvm/relay/frontend/tensorflow.py Co-Authored-By:
srkreddy1238 <sivar.b@huawei.com> * * review comments. * CI fix. * * review comments.
-
- Feb 04, 2019
-
-
Haichen Shen authored
* Enable reverse in reshape * Fix lint and typo * Put reverse_reshape into a separate op * Fix pylint
-
- Feb 03, 2019
-
-
Tianqi Chen authored
-
Alexey Romanov authored
-
Tianqi Chen authored
-
Zhi authored
-
Tianqi Chen authored
-
Ehsan M. Kermani authored
-
- Feb 02, 2019
-
-
Tianqi Chen authored
-
Hiroyuki Makino authored
* [Relay][Frontend] Add Caffe2 Support * [Relay][Frontend] Add Caffe2 Support (fix unsed import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix model install and reflect code reviews) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 frontend import) * [Relay][Frontend] Add Caffe2 Support (rename function name in test_forward) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Relay][Frontend] Add Caffe2 Support (fix caffe2 model import) * [Doc] Caffe2 frontend tutorial * [Doc] Caffe2 frontend tutorial * [Doc] Caffe2 frontend tutorial * [Relay][Frontend] Add Caffe2 Support (remove unsed file)
-
Tianqi Chen authored
-
ziheng authored
* [COMMUNITY] @FrozenGene -> Reviewer * Fix
-
- Feb 01, 2019
-
-
Yong Wu authored
-
Alexander Pivovarov authored
-
Wuwei Lin authored
-
Yao Wang authored
-
Nick Hynes authored
-
- Jan 31, 2019