Update vit operators
- Added onnx import for MatMul operator
- Changed Dropout operator import: instead of replacing it with a GenericOperator, it is replaced with Identity
- Fix Slice Attrs: fixed the order of the attrs and the values of ends attr
- Changed Gather's indexes input to attrs