Skip to content

New feature ReduceMean

Nianxiang Fu requested to merge NianxiangFu/sadl:reduce_mean into master

This MR includes the following changes:

  1. Added the ReduceMean feature that computes the mean of elements across specified dimensions of the input tensor.
  2. Provided one test model: reduce_mean.onnx.
  3. Added support for converting the ReduceMean feature from float to int16.

Merge request reports