Hi,
during the QONNX to FINN ONNX conversion I have to unset some of the tensor data types. This happens in particular when the Quant nodes in the activation path get converted to MultiThreshold nodes.
This PR adds functionality to unset a FINN datatype with the following function call:
model.set_tensor_datatype(tensor_name, None)
Additionally a new test is included which verifies this behavior.
Hi, during the QONNX to FINN ONNX conversion I have to unset some of the tensor data types. This happens in particular when the Quant nodes in the activation path get converted to MultiThreshold nodes.
This PR adds functionality to unset a FINN datatype with the following function call:
model.set_tensor_datatype(tensor_name, None)
Additionally a new test is included which verifies this behavior.