The source project of this merge request has been removed.
New feature BatchNorm
This MR includes the following changes:
- Added the BatchNorm feature that enables the execution of batch normalization operations.
- Provided one test model: batchnorm.onnx.
- Added support for converting the BatchNorm feature from float to int16. For inference with integer types, the standard sqrt function cannot be used; instead, bitwise_sqrt is employed to perform square root operations with integers.