inadob opened a new pull request #4913: [Frontend][TFLite] Fix tests for tflite unary elemwise operations URL: https://github.com/apache/incubator-tvm/pull/4913 Previously these tests were passing just because they weren't run at all - 'test_op' name was not checked properly - the generated NumPy data wasn't passed to any function - all the operations don't support int32 type - ceil and cos come with the TFL 1.14.0.post1 schema so I added a check Also, I added an error message for TFL operators that aren't existing in the current fbs schema. Can you please take a look: @anijain2305 @jackwish @FrozenGene
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
