Skip to content

[quantizer] fix weight quant_min/quant_max specification failure when using tflite as backend#186

Open
zk1998 wants to merge 2 commits intomainfrom
pr/check_quant_minmax
Open

[quantizer] fix weight quant_min/quant_max specification failure when using tflite as backend#186
zk1998 wants to merge 2 commits intomainfrom
pr/check_quant_minmax

Conversation

@zk1998
Copy link
Collaborator

@zk1998 zk1998 commented Feb 24, 2023

No description provided.

@zk1998
Copy link
Collaborator Author

zk1998 commented Feb 24, 2023

TFLite backend : Per-axis (aka per-channel in Conv ops) or per-tensor weights are represented by int8 two’s complement values in the range [-127, 127] with zero-point equal to 0.

The quant_min/quant_max of weight qconfig should be set by user‘s backend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant