|
onnx2versal
|
Multiinstance graph for MxK times KxN that stores weights and biases Requires KxN_RND weight, NCHUNK%8=0, N%4=0 Chunks KxN weights by N dimension into NCHUNK chunks. Each instance has max size = 16384 and 4096 bytes respectively. Places maximum of 3x3 tiles, 8 conv tiles surrounding concat tile (max AIE DMA input=8)
#include <graph_gemm.h>
Inherits adf::graph.
Public Member Functions | |
| GemmReluMkknChunkGraph (std::vector< float > weights, std::vector< float > bias, int repeat_cnt=1) | |
Public Attributes | |
| adf::port< input > | pin [1] |
| adf::port< output > | pout [1] |