* added resize to candle-onnx, not currently working
* changed unreachable to bail, and bailed when both scales and sizes are set
* cleanup and added other unused options for this op
* cleanup
* fixed image loading to make output work
* cleanup and removed unused variables
* removed path path creation code, and changed unwrap to ?
* Add more models to the onnx example.
* Input validation.
* Input validation.
* Bugfix.
* Implement clip.
* BatchNorm support.
* Get the efficientnet onnx to work.