The TOSA Specification doesn't have a dilation attribute for transpose_conv2d,
and the padding array is of size 4. (top,bottom,left,right).
This change updates the dialect to match the specification, and updates the lit
tests to match the dialect changes.
Note you need to update the padding changes below. It is built for having two padding values and its unclear if the existing pad behavior is correct.