Skip to content
Commit 755d8c79 authored by Limin Tang's avatar Limin Tang
Browse files

Support uint8 quantized rsqrt



Two changes:

1) Add support for uint8 quantized rsqrt using lut
2) TFLite doesn't support uint8 quantized rsqrt natively, it converts
the op into to [quantize, int8 rsqrt, quantize]. Add an optimisar pass
to convert it back to uint8 rsqrt.

Signed-off-by: Limin Tang's avatarLimin Tang <limintang@meta.com>
Change-Id: I30b0c0ef314d89695fc3489098ea876b4df6ea09
parent 2e0d490c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment