Skip to content

new layer minimum

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

This MR includes the following changes:

  1. Added the Minimum feature that enables the execution of minimum operations. It can be used in conjunction with the existing Maximum feature to carry out clip (clamp) operations.
  2. Provided one test model: clip.onnx.
  3. Added support for converting the Minimum feature from float to int16.

Merge request reports