Skip to content

new feature avgpool

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

This MR includes the following changes:

  1. Added the AveragePool feature that enables the execution of average pooling operations.
  2. Provided one test model: avgpool.onnx.
  3. Added support for converting the AveragePool feature from float to int16.

Merge request reports