bhuman/CompiledNN

Conv2D: canBeInplace-condition is wrong

Opened this issue · 0 comments

This is because the store-operations write four elements even when there are only two or three, which overwrites data that need to be read in the future.