- 11 Sep, 2019 1 commit
-
-
Zhao Wu committed
-
- 01 Sep, 2019 1 commit
-
-
Neo Chien committed
-
- 19 Aug, 2019 1 commit
-
-
* 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
-
- 22 Jul, 2019 1 commit
-
-
* [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
-
- 10 Jul, 2019 1 commit
-
-
tristan-arm committed
-
- 27 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 25 Jun, 2019 1 commit
-
-
Sammy committed
-
- 24 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 18 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 17 Jun, 2019 2 commits
-
-
Alexander Pivovarov committed
-
Zhi committed
-
- 14 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 13 Jun, 2019 3 commits
-
-
Hua committed
-
Hua committed
-
Alexander Pivovarov committed
-
- 11 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 10 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 09 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 22 May, 2019 1 commit
-
-
* Convert TFLite NCHW to NHWC * Minor comment fix
Zhao Wu committed
-
- 01 May, 2019 1 commit
-
-
* Add FULLY_CONNECTED op into tflite frontend, support Inception V4 * Fix comment style in TF Lite tests.
songqun committed
-
- 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
-
- 03 Apr, 2019 1 commit
-
-
Sunwoong Joo committed
-
- 29 Mar, 2019 1 commit
-
-
Haichen Shen committed
-
- 12 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 26 Feb, 2019 1 commit
-
-
* Add CONCATENATION to tflite frontend * fix typo * Fix codestyle * Fix code style * simplify convert map * Update
在原佐为 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
-
- 23 Jan, 2019 1 commit
-
-
* 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
-