The source project of this merge request has been removed.
New feature ReduceMean
This MR includes the following changes:
- Added the ReduceMean feature that computes the mean of elements across specified dimensions of the input tensor.
- Provided one test model: reduce_mean.onnx.
- Added support for converting the ReduceMean feature from float to int16.