Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is d32 format? #11

Open
apivovarov opened this issue Mar 20, 2020 · 1 comment
Open

What is d32 format? #11

apivovarov opened this issue Mar 20, 2020 · 1 comment

Comments

@apivovarov
Copy link

Sorry for posting my question as an issue

Many quantized hexagon_nn ops has _d32 variant. What is D32 format and how it is different from "flat"?
e.g.

QuantizedAdd_8p8to8 - elementwisely adds Input A and Input B together. (flat format)
0: Input A data (quint8 tensor)
1: Input B data (quint8 tensor)
...
0: Output data (quint8 tensor)

QuantizedAdd_8p8to8_d32 - Elementwise Add; inputs and output are in d32 format
0: Input A data (qint8)
1: Input B data (qint8)
...
0: Output data (quint8)
@lee-bin
Copy link
Member

lee-bin commented Mar 20, 2020

These two files clarify the format, d32_diagram.png, d32.txt.

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

No branches or pull requests

2 participants