[TFLite] Convert TFLite NCHW to NHWC (#3141)
authorZhao Wu <wuzhaozju@gmail.com>
Wed, 22 May 2019 02:44:47 +0000 (10:44 +0800)
committerSiva <sivar.b@huawei.com>
Wed, 22 May 2019 02:44:47 +0000 (08:14 +0530)
commitb63267b92d942b9c64f814b73567b2fe908e67fb
treea1e1ef5dbd6be0e24157b1b145b1eecd65b7933d
parent4b1d3d87a3b0c6f0589fcae2f646f103dee2353b
[TFLite] Convert TFLite NCHW to NHWC (#3141)

* Convert TFLite NCHW to NHWC

* Minor comment fix
python/tvm/relay/frontend/tflite.py
tests/python/frontend/tflite/test_forward.py
tutorials/frontend/from_tflite.py