Before, the onnx tensor data type wasn't preserved and defaulted to float. While the FINN dtype was preserved (so no errors in the resulting hw), this could lead to errors for the executability of an onnx graph after the InsertFIFO transformation, see https://github.com/Xilinx/finn/issues/1113
This PR contains changes to keep the onnx tensor dtype when inserting FIFOs.
Before, the onnx tensor data type wasn't preserved and defaulted to float. While the FINN dtype was preserved (so no errors in the resulting hw), this could lead to errors for the executability of an onnx graph after the
InsertFIFO
transformation, see https://github.com/Xilinx/finn/issues/1113This PR contains changes to keep the onnx tensor dtype when inserting FIFOs.