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

How to Handle conv + bias in conv_3x3 for input(int8) * weight(int8) + bias(int32)? #122

Open
Haleski47 opened this issue Jul 30, 2024 · 0 comments

Comments

@Haleski47
Copy link

hi @moimfeld
I am currently working with the conv_3x3 function in the RISC-V assembly code, and I have a question regarding the incorporation of bias into the convolution operation. Specifically, I want to understand how to correctly handle the conv + bias operation where the input and weights are int8 and the bias is int32.

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

1 participant