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 2021/04/13 06:50:20 UTC

[GitHub] [tvm] euntaik commented on pull request #7736: [frontend][tflite] float16 quant support

euntaik commented on pull request #7736:
URL: https://github.com/apache/tvm/pull/7736#issuecomment-818487016


   > @euntaik What are the input and output dtypes for the float16 quantized graph? I do not see any `cast` operations in your PR. Is it possible to paste the TFLite `float16` quantized graph here?
   
   Cast(float16 to float32) is already done in the Dequantize node and the resulting expression is passed to the FullyConnected op as weight and bias.
   
   


-- 
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:
users@infra.apache.org