I’m going to implement an convolution layer with custom kernels.
For each location in tensors, I want to do convolution with different kernels.
For example:
for input[:,:,4,5], do convolution with kernel1,
for intput[:,:,4,6], do convolutino with kernel2.