- 08 Apr, 2019 1 commit
-
-
* [HEADER] ASF header dir=include * [HEADER] ASF Header dir=src * [HEADER] ASF Header -dir=python * [HEADER] ASF header dir=topi * [HEADER] ASF Header dir=nnvm * [HEADER] ASF Header -dir=tutorials * [HEADER] ASF Header dir=tests * [HEADER] ASF Header -dir=docker * fix whitespace * [HEADER] ASF Header -dir=jvm * [HEADER] ASF Header -dir=web * [HEADER] ASF Header --dir=apps * [HEADER] ASF Header --dir=vta * [HEADER] ASF Header -dir=go * temp * [HEADER] ASF Header --dir=rust * [HEADER] Add ASF Header --dir=cmake * [HEADER] ASF Header --dir=docs * [HEADER] Header for Jenkinsfile * [HEADER] ASF Header to toml and md * [HEADER] ASF Header to gradle * Finalize rat cleanup * Fix permission * Fix java test * temporary remove nnvm onnx test
Tianqi Chen committed
-
- 30 Mar, 2019 1 commit
-
-
Haichen Shen committed
-
- 28 Mar, 2019 1 commit
-
-
Yao Wang committed
-
- 26 Mar, 2019 1 commit
-
-
* Fix Relay ARM CPU spatial pack depthwise alter op layout issue. * Update tune_relay_arm.py
Zhao Wu committed
-
- 12 Mar, 2019 2 commits
-
-
Tianqi Chen committed
-
Tianqi Chen committed
-
- 11 Mar, 2019 1 commit
-
-
Yao Wang committed
-
- 04 Mar, 2019 1 commit
-
-
* fix docments * delete e
MORINAGA committed
-
- 01 Mar, 2019 1 commit
-
-
Hiroyuki Makino committed
-
- 28 Feb, 2019 2 commits
-
-
MORITA Kazutaka 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
-
- 27 Feb, 2019 1 commit
-
-
* [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
-
- 20 Feb, 2019 2 commits
- 17 Feb, 2019 1 commit
-
-
* check in * update build and run
eqy committed
-
- 14 Feb, 2019 1 commit
-
-
* update titles to reflect tutorial content (nnvm vs. relay) * move things around * fix typo
eqy committed
-
- 13 Feb, 2019 1 commit
-
-
eqy committed
-
- 12 Feb, 2019 1 commit
-
-
Marina Kolpakova committed
-
- 05 Feb, 2019 1 commit
-
-
* [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.
Siva committed
-
- 02 Feb, 2019 1 commit
-
-
* [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)
Hiroyuki Makino committed
-
- 01 Feb, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 31 Jan, 2019 2 commits
- 30 Jan, 2019 1 commit
-
-
* nms fixed for gpu, tested on cuda and opencl devices, ssd now can run fully on the gpu * sort updated to use virtual thread * typo fixed * fix lint * fix lint * add support when batch_size > 1 * intel graphics conv2d bugs fixed for inception_v3 * intel conv2d api updated, nn input size 4 condition added * review addressed * move conv_tags to attributes * opencl ctx fixed * nms_ir index simplified
Leyuan Wang committed
-
- 29 Jan, 2019 1 commit
-
-
* TFLite frontend tutorial * Modify as suggestion
Wu Zhao committed
-
- 23 Jan, 2019 1 commit
-
-
* Update deploy_model_on_rasp.py spelling fix. * Update deploy_model_on_rasp.py trigger CI
tpoisonooo committed
-
- 18 Jan, 2019 1 commit
-
-
Tianqi Chen committed
-
- 15 Jan, 2019 2 commits
- 11 Jan, 2019 2 commits
-
-
Joshua Z. Zhang committed
-
Tianqi Chen committed
-
- 29 Dec, 2018 1 commit
-
-
Tianqi Chen committed
-
- 25 Dec, 2018 1 commit
-
-
* add ssd ops to mxnet.py * add ssd ops to mxnet.py * add result check for multibox and nms unit tests * add result check for multibox and nms unit tests * address @kevinthesun's comments * Disable cuda test for nms for now.
Zhi committed
-
- 06 Dec, 2018 1 commit
-
-
Ruslan Baratov committed
-
- 03 Dec, 2018 1 commit
-
-
Ruslan Baratov committed
-
- 29 Nov, 2018 1 commit
-
-
* [Tutorial]NLP Sequence to sequence model for translation * Review comments * Review comments updated
Siju committed
-
- 28 Nov, 2018 1 commit
-
-
mohankumarSriram committed
-
- 13 Nov, 2018 1 commit
-
-
Yizhi Liu committed
-
- 06 Nov, 2018 1 commit
-
-
Yizhi Liu committed
-
- 01 Nov, 2018 1 commit
-
-
* [FRONTEND][TENSORFLOW] Enhancements. * Generalize the shape with explicite argument. * Supported entire range of mobilenet_v2 models. * Cast op updated to latest tensorflow. * Documentation updates. * CheckNumerics op handling without exception. * Test data from tensorflow official releases. * * CI error. * * self review * * Enhanced reshape handling. * * docs. * * tutorials * * review comments. * * review.
Siva committed
-