Xilinx / finn-base

Open Source Compiler Framework using ONNX as Frontend and IR
https://finn-base.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
29 stars 17 forks source link

Remove redundant output value_info entries #26

Closed mmrahorovic closed 3 years ago

mmrahorovic commented 3 years ago

Very useful transformation that worked perfectly on the graph I was working on. For consistency, redundant output value_info entries are also removed after verifying that they are irrelevant (i.e. have no consumer).

maltanar commented 3 years ago

Thanks Mirza!