[TFLite] Implemented MATRIX_DIAG Operator for TFLite. (#6397)
authorRishabh Jain <56974688+jainris@users.noreply.github.com>
Tue, 8 Sep 2020 14:44:01 +0000 (20:14 +0530)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 14:44:01 +0000 (07:44 -0700)
commit14f004229f876f6c82687c955e53e8c7a83127f9
treeb35d67a5a28b7c1b4bc158431d483ec9cab92f54
parent6f8e875ca8cfd343b04e698b19be2fc12a3272a1
[TFLite] Implemented MATRIX_DIAG Operator for TFLite. (#6397)

* Added implementation for MATRIX_DIAG Operator.
* Added tests for MATRIX_DIAG Operator.
python/tvm/relay/frontend/tflite.py
tests/python/frontend/tflite/test_forward.py