[Relay][Frontend][TFLite] transpose implementation for tflite.py (#3705)
authorNeo Chien <cchung100m@cs.ccu.edu.tw>
Mon, 19 Aug 2019 17:20:38 +0000 (01:20 +0800)
committerHaichen Shen <shenhaichen@gmail.com>
Mon, 19 Aug 2019 17:20:38 +0000 (10:20 -0700)
commit3c8901ad0b0ee712165e694cfd18439a67495976
treeab8a01070e6508635b92ab650a325423165c48dc
parent2b314044759259dc21e10336148d1f6d583fe879
[Relay][Frontend][TFLite] transpose implementation for tflite.py (#3705)

* 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
CONTRIBUTORS.md
python/tvm/relay/frontend/tflite.py
tests/python/frontend/tflite/test_forward.py