What is this selection using "..." doing in this context?
Z[i, h, w, c] = conv_single_step(a_slice_prev, W[...,c], b[...,c])
Is it a similar operation to X[:,:] but with some other context that I am unable to find?
What is this selection using "..." doing in this context?
Z[i, h, w, c] = conv_single_step(a_slice_prev, W[...,c], b[...,c])
Is it a similar operation to X[:,:] but with some other context that I am unable to find?