MLBEDSW-10934 Add initial support for Conv2D with non-constant weights
Adding decomposition step for Conv2D with non-constant weights and/or biases. Includes support for:
- Kernel stride and dilation (handled in software only).
- Large OFM tensor dimensions
- Any kernel sizes
- Padding
- Batching
Change-Id: Idd96cbd118c239b9b790d6594466d8ff18291638 Signed-off-by: Jacob Bohlin jacob.bohlin@arm.com