Non-iterative integer sqrt algorithm for BatchNorm
This MR includes the following changes:
- Replaced the original iterative algorithm for the integer approximation of the square root operation in the BatchNorm layer with a non-iterative approach.
- Provided a new test model: batchnorm.onnx.