Question 16
You are given a feature map of size (height width channels). Three convolution operations are applied in parallel on this input, maintaining the spatial dimensions:
- convolution with 128 filters
- convolution with 64 filters
- convolution with 32 filters
Each convolution operates on all input channels (i.e., ). Compute the total number of operations performed across all three convolutions.