According to the description on the [ONNX website](https://onnx.ai/onnx/operators/onnx__Multinomial.html), the default value of type is int32 rather than int64. The TVM ONNX frontend mistakenly assigns the dtype as int64. 