You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: