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/16 13:51:14 UTC

[GitHub] [tvm] NicolaLancellotti opened a new pull request #7866: Quantized RESIZE_BILINEAR operator support in TF Lite Frontend

NicolaLancellotti opened a new pull request #7866:
URL: https://github.com/apache/tvm/pull/7866


   Currently, the RESIZE_BILINEAR operator with quantized input and output tensors is lowered to
   `image.resize` without any prior dequantization and posterior quantization.
   This pr adds the dequantization and quantization operators to the lowering of RESIZE_BILINEAR.


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



[GitHub] [tvm] mbaret commented on pull request #7866: Quantized RESIZE_BILINEAR operator support in TF Lite Frontend

Posted by GitBox <gi...@apache.org>.
mbaret commented on pull request #7866:
URL: https://github.com/apache/tvm/pull/7866#issuecomment-824162064


   This is merged, thanks @NicolaLancellotti !


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



[GitHub] [tvm] mbaret merged pull request #7866: Quantized RESIZE_BILINEAR operator support in TF Lite Frontend

Posted by GitBox <gi...@apache.org>.
mbaret merged pull request #7866:
URL: https://github.com/apache/tvm/pull/7866


   


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



[GitHub] [tvm] NicolaLancellotti commented on pull request #7866: Quantized RESIZE_BILINEAR operator support in TF Lite Frontend

Posted by GitBox <gi...@apache.org>.
NicolaLancellotti commented on pull request #7866:
URL: https://github.com/apache/tvm/pull/7866#issuecomment-821193400


   Please, can you review it? @mbaret 


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