Broken pipeline
Job #596190 failed
Problem seems to be due to the change of setDataType to forwardDType in the compile method (cf. aidge_core@772300d6)
The failing test use FC with no bias, forwardDType(float32) set every input to float32 creating a tensor if it does not exist yet..
Problem is that it then create an empty tensor for the bias which lead to an error in the implementation of FC.
I propose to change the test to remove the usage of the compile method and ot create an issue on the topic dedicated to update the behavior of forwardDType and crate a related unit test to verify that forwardDType doesn't create an empty bias.