Fix tests for tflite unary elemwise operations (#4913)
authorIna Dobreva <55383260+inadob@users.noreply.github.com>
Fri, 21 Feb 2020 04:10:45 +0000 (04:10 +0000)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 04:10:45 +0000 (12:10 +0800)
commit0e189f01146c004f8a55840bb6c36d4449a25c34
tree839afea5a96f9ee54fd19e73a2639a865c38f1e6
parentf23ac96905b3a434d2ee3b8bcc912a24b3e63eba
Fix tests for tflite unary elemwise operations (#4913)

* add TFLite version check for 'ceil' and 'cos'
* fix name check of test_op for positive inputs
* add error message for operator not found in the installed fbs schema
python/tvm/relay/frontend/tflite.py
tests/python/frontend/tflite/test_forward.py