Bug fix for shape of optional output in Dropout op (#1507)
* Bug fix for shape of optional output in Dropout op
* Exclude new test from NGraph EP
* Account for the fact that mask could be of different type in different opset variants of the op
* Make accompanying Cuda changes
* Fix build break
* Exclude Opset 7 test for tensorRT EP
* PR comments