Skip to content

What happens to the FP32 biases in HardWare ? #1181

Answered by auphelia
0BAB1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @0BAB1,
In the streamlining step in FINN, we move floating point operations in the graph to reveal the underlying integer compute. This process is based on this paper: https://arxiv.org/abs/1709.04060 and preserves the functional behavior.
You can find some more information in the notebooks: tfc_end2end_example.ipynb and cnv_end2end_example.ipynb.
Additionally, you can have a look at the transformations yourself: https://github.com/Xilinx/finn/tree/dev/src/finn/transformation/streamline

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@0BAB1
Comment options

Answer selected by 0BAB1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants