- 12 Mar, 2019 9 commits
-
-
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 6 commits
-
-
SasakiSaki committed
-
Andrew Tulloch committed
-
Yao Wang committed
-
* [relay][frontend] TensorFlow saved model support * Add Examples section * keep one copy of tensorflow_parser in relay
Yong Wu committed -
* tile and repeat operator added in rely * fix pylint * fix make warnings * comments addressed * fix lint error * comment addressed
Leyuan Wang committed -
Yong Wu committed
-
- 10 Mar, 2019 5 commits
-
-
abergeron committed
-
Tianqi Chen committed
-
雾雨魔理沙 committed
-
lee committed
-
Tianqi Chen committed
-
- 09 Mar, 2019 7 commits
-
-
abergeron committed
-
Tianqi Chen committed
-
MORITA Kazutaka committed
-
* [Relay][Quantization] Speed-aware quantization scheme improvement * Add comment * Add use_stop_fusion to qconfig * Update comment
Wuwei Lin committed -
Leyuan Wang committed
-
Andrew Tulloch committed
-
abergeron committed
-
- 08 Mar, 2019 1 commit
-
-
* Improve NNVM to Relay conversion * fix pylint * support __lshift_scalar__, abs, ceil, floor, and trunc to pass CI
MORITA Kazutaka committed
-
- 07 Mar, 2019 2 commits
-
-
* Fix bug in mxnet converter for slick_like * More tolerance for topi_conv2d_NCHWc
Haichen Shen committed -
MORITA Kazutaka committed
-
- 06 Mar, 2019 2 commits
-
-
* add stack op frontend * concate moved * topi stack added * stack added * fix stack bugs and tested * conv2d alterlayout udpated for relay * fix pylint * fix cmake warnings * cmake warnings fixed
Leyuan Wang committed -
ziheng committed
-
- 05 Mar, 2019 4 commits
-
-
* bug fix * trigger ci
Haichen Shen committed -
* [RELAY][OP] Proposal * Fix * Fix test
Wuwei Lin committed -
* use LLVM linker * error message improved in case of filenotfound * linting error fixed
Martin Boos committed -
ziheng committed
-
- 04 Mar, 2019 4 commits
-
-
Ruslan Baratov committed
-
Marcus Shawcroft committed
-
Andrew Tulloch committed
-
add test remove dead code stash do it add more test
雾雨魔理沙 committed
-