Applies SoftMax over features to each spatial location. When given an image of Channels x Height x Width, it will apply Softmax to each location (Channels,hi,wj)
nn_softmax2d()
Returns
a Tensor of the same dimension and shape as the input with values in the range [0, 1]