Q1
Single choice
Given the code to add a concatenation layer:

Assume the output dimensions (width*depth):
source layer A 100*100*5
source layer B 100*100*5
source layer C 100*100*3
What is the correct dimension of the output of this concatenation layer?