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

Generic partitioning feature #23

Closed fpjentzsch closed 3 years ago

fpjentzsch commented 3 years ago

Adds a new custom op and transformation to partition graphs into multiple ONNX models. Supports non-linear models and partitions with multiple inputs/outputs.

There are two ways to define a partitioning:

Other changes:

maltanar commented 3 years ago

Looks great, thanks Felix!