Onnx parser's opset version in TensorRT7.1

I am using TensorRT7.1.
Where can I check onnx parser’s opset in TensorRT?

Hi @edit_or,
While parsing your model using trtexec command, you can see the opset in the logs

Thanks!