The source project of this merge request has been removed.
new layer minimum
This MR includes the following changes:
- 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.
- Provided one test model: clip.onnx.
- Added support for converting the Minimum feature from float to int16.