[NV TensorRT RTX] Handle unsupported data types (#25953)
### Description
<!-- Describe your changes. -->
The EP will reject the node with unsupported data types.
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
The user will face a crash if the model with an unsupported datatype is
used.