The result_t was incorrect set in the MergeLinearActivation optimizer. This removes the setting, which wasn't needed anyway. Setting get_output_variable().type.precision already sets it properly as a side-effect.
Type of change
[x] Bug fix (non-breaking change that fixes an issue)
Tests
This fixes a bug found in #1122. The test is there.
Description
The result_t was incorrect set in the MergeLinearActivation optimizer. This removes the setting, which wasn't needed anyway. Setting
get_output_variable().type.precision
already sets it properly as a side-effect.Type of change
Tests
This fixes a bug found in #1122. The test is there.
Checklist
pre-commit
on the files I edited or added.