You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/07 12:42:25 UTC

[GitHub] [tvm] lhutton1 commented on a diff in pull request #10915: [TFLite] Add support to int16 data type in TFLite frontend

lhutton1 commented on code in PR #10915:
URL: https://github.com/apache/tvm/pull/10915#discussion_r845027167


##########
tests/python/frontend/tflite/test_forward.py:
##########
@@ -955,6 +964,7 @@ def _test_convolution(
     is_depthwise=False,
     quantized=False,
     fp16_quantized=False,
+    int16_quantized=False,

Review Comment:
   nit: not strictly blocking on this PR, but we might want to use `quant_dtype` similar to the elementwise tests below



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org