Splits width dimension of HxINP_W into split times HxOUT_W with optional overlap.
More...
|
| class | SplitGraph< SPLIT, TT, H, INP_W, OUT_W, OVERLAP > |
| | Graph wrapper for arbitrary split kernel implementation and lanes. More...
|
| |
| class | SplitTwoStreamGraph< SPLIT, TT, H, INP_W, OUT_W, OVERLAP > |
| | Graph wrapper for two stream split. More...
|
| |
| class | SplitFilterStreamGraph< SPLIT, TT, H, INP_W, OUT_W, OVERLAP > |
| | Graph wrapper for two stream split. More...
|
| |
| class | SplitFilterStreamTwiceGraph< SPLIT, TT, H, INP_W, OUT_W, OVERLAP > |
| | Graph wrapper for two stream split. More...
|
| |
| class | SplitFilterPktStreamGraph< SPLIT, TT, H, INP_W, OUT_W, OVERLAP > |
| | Graph wrapper for two stream split. More...
|
| |
- Contains functions filter[k], k=1,2,...,8, registers filter based on LCNT
- Maximum of 8 lanes since max incoming DMA to a tile is 8
- Template Parameters
-
| SPLIT | Split Kernel |
| TT | input/output type |
| H | input/output height |
| INP_W | input width |
| OUT_W | output width of each split |
| OVERLAP | number of overlapping elements between adjacent OUT_W |