1. 08 Sep, 2019 1 commit
  2. 11 Jun, 2019 1 commit
  3. 24 May, 2019 1 commit
  4. 16 Apr, 2019 1 commit
  5. 12 Apr, 2019 1 commit
  6. 08 Apr, 2019 1 commit
    • [HEADER] Add Header to Comply with ASF Release Policy (#2982) · cffb4fba
      * [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
  7. 01 Apr, 2019 1 commit
  8. 25 Mar, 2019 1 commit
    • [TESTS] Improve script robustness (#2893) · 23aa24cf
      A number of test scripts use the '|| exit 1' idiom.  This has two
      issues, first process exit codes are defined to be in the range 0-255.
      Second, more importantly, the idiom is fragile because it requires
      that every possible failure point be explicitly coded.  This patch
      removes the idiom in favour of "set -e" as used in the docker scripts
      as a more robust mechanism to ensure that script failures are always
      caught and propagated by default.
      Marcus Shawcroft committed
  9. 05 Feb, 2019 1 commit
    • [RELAY][FRONTEND] Tensorflow frontend. (#2216) · 2f859d71
      * [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
  10. 02 Feb, 2019 1 commit
    • [Relay][Frontend] Caffe2 Support (#2507) · b3b3d28a
      * [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
  11. 30 Jan, 2019 1 commit
  12. 23 Jan, 2019 1 commit
    • [TFLite] Support TFLite FP32 Relay frontend. (#2365) · 10df78a5
      * Support TFLite FP32 Relay frontend.
      
      * Fix lint issue
      
      * Remove unnecessary variables and packages
      
      * Add method doc string
      
      * Fix capital letter of method doc string
      
      * Add TFLite FP32 Relay frontend based on latest code
      
      * Merge the latest code
      
      * Solve cython issue with relay type inference
      
      * Modify code based on suggestions
      Wu Zhao committed
  13. 12 Jan, 2019 1 commit
  14. 11 Jan, 2019 1 commit
  15. 05 Jan, 2019 1 commit
  16. 27 Dec, 2018 1 commit
  17. 11 Aug, 2018 1 commit
  18. 09 Aug, 2018 1 commit
  19. 13 Jun, 2018 1 commit
  20. 11 Jun, 2018 1 commit
  21. 29 May, 2018 2 commits