Skip to content

nncase v1.0.0

Compare
Choose a tag to compare
@sunnycase sunnycase released this 29 Oct 05:32
· 200 commits to release/1.0 since this release

Major changes

  • Support ONNX ops (ConstantOfShape, DepthToSpace, And, ArgMax/ArgMin, DequantizeLinear, CumSum, HardMax) (#393, #403, #398, #407, #411, #414, #416)
  • New Functional API (#384)
  • Support dump imported graph's output range (#418)
  • Minor bug fixes