Initial version of pooling assumed normalization was accross all elements
equally. TOSA actually requires the noramalization is perform by how
many elements were summed (edges are not artifically dimmer). Updated
the lowering to reflect this change with corresponding tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo