[Frontend][TFLite] Add parser support for l2_normalization (#4966)
authorIna Dobreva <55383260+inadob@users.noreply.github.com>
Sat, 29 Feb 2020 21:30:16 +0000 (23:30 +0200)
committerGitHub <noreply@github.com>
Sat, 29 Feb 2020 21:30:16 +0000 (13:30 -0800)
commit2355caa8afdc8e6a3638c9514f57686737cbd724
tree9eec13f831a557decc1398498a2428e1bed0da22
parenta449d8b1fe8ca34bbc9eaca2e8ecfe76324118de
[Frontend][TFLite] Add parser support for l2_normalization (#4966)

* [Frontend][TFLite] Add parser support for l2_normalization

* TF doesn't provide uint8 support
* TFL does the normalization only if it's over the last axis
* TFL uses only the default value for expilon

* Change error message
python/tvm/relay/frontend/tflite.py
tests/python/frontend/tflite/test_forward.py