[TFLite] Implemented PADV2 Operator for TFLite and added support for constant values...
authorRishabh Jain <56974688+jainris@users.noreply.github.com>
Tue, 4 Aug 2020 02:08:13 +0000 (07:38 +0530)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2020 02:08:13 +0000 (19:08 -0700)
commit90bde33e60a3ae0d18a767eba9a2092eab204788
treeb8f2e9e50b273013f7ff981c3790c2dcb6779dfd
parentd9c4f82b899e9bd7a54ca6df155cef083b679b21
[TFLite] Implemented PADV2 Operator for TFLite and added support for constant values in PAD. (#6167)
python/tvm/relay/frontend/tflite.py
tests/python/frontend/tflite/test_forward.py