1. 01 Dec, 2019 1 commit
  2. 22 Nov, 2019 1 commit
  3. 20 Nov, 2019 1 commit
  4. 19 Nov, 2019 1 commit
  5. 15 Nov, 2019 1 commit
  6. 12 Nov, 2019 1 commit
    • Add test for the qnn_add operator (#4282) · e6806115
      * Add test for the qnn_add operator
      
      The tests use fake quant approach so until the tf session tensors remain in float32.
      The test data has to be passed in uint8 because of how the tflite/tvm comparison works.
      Abs tolerance up to 1 is allowed for the qnn results. For now input_stats are hardcoded
      assuming the tests for the other qnn ops will pass the input data in the same range.
      
      * Separate qnn uint8 test function from the fp32 elemwise tests
      
      Isolate qnn uint8 elemwise tests
      Remove blank lines
      Ina Dobreva committed
  7. 10 Nov, 2019 1 commit
  8. 24 Oct, 2019 1 commit
  9. 18 Oct, 2019 1 commit
  10. 14 Oct, 2019 1 commit
  11. 13 Oct, 2019 1 commit
  12. 06 Oct, 2019 1 commit
  13. 28 Sep, 2019 1 commit
  14. 25 Sep, 2019 1 commit
  15. 24 Sep, 2019 1 commit
  16. 20 Sep, 2019 1 commit
  17. 11 Sep, 2019 1 commit
  18. 01 Sep, 2019 1 commit
  19. 19 Aug, 2019 1 commit
    • [Relay][Frontend][TFLite] transpose implementation for tflite.py (#3705) · 3c8901ad
      * transpose implementation for tflite.py
      
      * add TRANSPOSE to convert_map
      
      * Fix Unexpected keyword argument 'axis' in function call
      
      * add test for transpose oprator
      
      * Add the parameter 'axes' handling
      
      * add test for transpose oprator
      
      * solve conflict within CONTRIBUTORS.md
      
      * Improve the if condition for empty tuple
      
      * Add one unit test to cover empty tuple
      
      * solve conflict within CONTRIBUTORS.md
      Neo Chien committed
  20. 22 Jul, 2019 1 commit
    • Add support for Tflite operator SPLIT (#3520) · 19eb829e
      * [RFC] Initial support for Tflite operator SPLIT
      
      This patch adds initial support for the tflite operator split. However
      I am not yet sure how to handle the axis parameter for the split
      operator and support it in the test infrastructure. Putting this up for
      an initial review and comment.
      
      The split operator in tflite according to
      https://www.tensorflow.org/lite/guide/ops_compatibility
      
      appears to take num_or_size_split as a 0D tensor.
      
      I also note that tflite.split is one of the few operators that returns
      multiple outputs and thus the helper routines in the tests needed some
      massaging to make this work.
      
      @apivarov , could you please review this ?
      
      Thanks,
      Ramana
      
      * Fix the axis parameter
      
      Add more tests
      
      * Address review comments
      
      * Try out frozen_gene's suggestion
      
      * Handle split of 1 element
      
      * int32 is only supported in tflite 1.14, let's check that version here.
      
      * Keep this at python3.5
      
      * Add packaging as a python package to be installed
      Ramana Radhakrishnan committed
  21. 10 Jul, 2019 1 commit
  22. 27 Jun, 2019 1 commit
  23. 25 Jun, 2019 1 commit
  24. 24 Jun, 2019 1 commit
  25. 18 Jun, 2019 1 commit
  26. 17 Jun, 2019 2 commits
  27. 14 Jun, 2019 1 commit
  28. 13 Jun, 2019 3 commits
  29. 11 Jun, 2019 1 commit
  30. 10 Jun, 2019 1 commit
  31. 09 Jun, 2019 1 commit
  32. 22 May, 2019 1 commit
  33. 01 May, 2019 1 commit
  34. 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
  35. 03 Apr, 2019 1 commit
  36. 29 Mar, 2019 1 commit
  37. 12 Mar, 2019 1 commit