Add node and op type info to error message if there's a type or shape inferencing exception thrown by the ONNX checker (#2277)
* Add node and op type info to error message if there's a type or shape inferencing exception thrown by the ONNX checker.
* Fix line break from auto format
* Remove unused param from unit test code.