I opened a PR #3079 to turn on verify input tensor by default. Some backend test failed. I did a quick investigation. The problem I found is type with !onnx.String. The string name for it is nullptr. Need to be fixed.
Perhaps there are other reasons that failed the test. This is a low priority task.
I changed the PR into draft mode.