We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, @meenchen
I found that there is no kernel of convolve_s8_kernel3_stride1_pad1_fpreq(),
Would you mind upload this kernel of tiny engine?
Or, How should I use int_forward_op/convolve_s8_kernel3_stride1_pad1.c to implement convolve_s8_kernel3_stride1_pad1_fpreq()?
The text was updated successfully, but these errors were encountered:
Hi. @wslong36,
The only difference between fpreq and other ops is how outputs are re-quantized. fpreq means re-quantizing outputs with a fp32 scale (e.g.,
tinyengine/TinyEngine/src/kernels/fp_requantize_op/mat_mul_kernels_fpreq.c
Line 294 in fdc0019
You can also use the fp_requantize flag in code generator to disable it (e.g.,
fp_requantize
tinyengine/examples/detection_fpn.py
Line 63 in fdc0019
Sorry, something went wrong.
No branches or pull requests
Hey, @meenchen
I found that there is no kernel of convolve_s8_kernel3_stride1_pad1_fpreq(),
Would you mind upload this kernel of tiny engine?
Or, How should I use int_forward_op/convolve_s8_kernel3_stride1_pad1.c to implement convolve_s8_kernel3_stride1_pad1_fpreq()?
The text was updated successfully, but these errors were encountered: