1. 12 4月, 2023 1 次提交
  2. 31 3月, 2023 2 次提交
  3. 23 3月, 2023 1 次提交
  4. 22 3月, 2023 1 次提交
  5. 15 3月, 2023 1 次提交
  6. 14 3月, 2023 1 次提交
  7. 13 2月, 2023 1 次提交
    • W
      [Bug]Fixed ONNXDecoder (#939) · 677cb91f
      WJJ1995 提交于
      * fixed Gemm bug
      
      * re-lint
      
      * fixed typo error
      
      * support fmod=1
      
      * fixed nonzero bug
      
      * add nonzero test case
      
      * Support yolov8 for onnx
      
      * re-lint
      
      * fixed bug for paddleslim
      677cb91f
  8. 18 1月, 2023 2 次提交
  9. 17 1月, 2023 1 次提交
    • W
      Support YOLOv8 for dynamic shape (#931) · 6db1dde2
      WJJ1995 提交于
      * fixed Gemm bug
      
      * re-lint
      
      * fixed typo error
      
      * support fmod=1
      
      * fixed nonzero bug
      
      * add nonzero test case
      
      * Support yolov8 for onnx
      
      * re-lint
      6db1dde2
  10. 11 1月, 2023 1 次提交
  11. 14 12月, 2022 1 次提交
    • W
      Fixed NonZero bug (#922) · 1325c990
      WJJ1995 提交于
      * fixed Gemm bug
      
      * re-lint
      
      * fixed typo error
      
      * support fmod=1
      
      * fixed nonzero bug
      
      * add nonzero test case
      1325c990
  12. 13 12月, 2022 1 次提交
  13. 08 12月, 2022 2 次提交
  14. 07 12月, 2022 1 次提交
  15. 15 11月, 2022 3 次提交
  16. 07 11月, 2022 1 次提交
  17. 02 11月, 2022 2 次提交
  18. 10 10月, 2022 2 次提交
  19. 09 10月, 2022 2 次提交
  20. 25 9月, 2022 1 次提交
  21. 23 9月, 2022 2 次提交
  22. 19 9月, 2022 1 次提交
  23. 06 9月, 2022 3 次提交
  24. 24 8月, 2022 1 次提交
  25. 22 8月, 2022 4 次提交
  26. 19 8月, 2022 1 次提交
    • Q
      Add Sum (#873) · 27d70401
      qqj1130247885 提交于
      * Update onnx_decoder.py
      
      * Update opset.py
      
      * Update opset.py
      
      * Update opset.py
      
      * Update onnx_decoder.py
      
      * fix gemm and resize
      
      * add auto_test of 1 input ops
      
      * Update onnx_decoder.py
      
      * Update opset_legacy.py
      
      * Update opset_legacy.py
      
      * Update onnx_decoder.py
      
      * Update opset_legacy.py
      
      * Update opset_legacy.py
      
      * Update opset_legacy.py
      
      * Update test_auto_scan_one_input_ops_float32.py
      
      * Delete test_auto_scan_one_input_ops_float32.py
      
      * Create test_auto_scan_one_input_ops_float32.py
      
      * Update opset_legacy.py
      
      * test
      
      * add test of Tan
      
      * rename
      
      * add ops in directly map
      
      * keep op_legacy
      
      * Delete test_auto_scan_one_input_ops_float32.py
      
      * modify the name
      
      * fix
      
      * add ceil op
      
      * modify opset7
      
      * Delete test_auto_scan_unarray_ops.py
      
      * add test of elu
      
      * Update test_auto_scan_unary_ops.py
      
      * Update test_auto_scan_elu.py
      
      * Update test_auto_scan_elu.py
      
      * fixx
      
      * test
      
      * test
      
      * test
      
      * test
      
      * add ref
      
      * add sinh + tanh
      
      * add sinh + tanh
      
      * add sinh + tanh
      
      * add sin Sinh tang
      
      * Update opset7.py
      
      * add :cosh,acosh,sinh,acosh
      
      * try
      
      * try
      
      * add Atanh
      
      * add Atanh
      
      * s
      
      * s
      
      * add Sqrt
      
      * s
      
      * add shape
      
      * s
      
      * add sign
      
      * add_celu
      
      * Delete test_auto_scan_elu.py
      
      * Delete test_auto_scan_unary_ops.py
      
      * Delete opset7.py
      
      * 复原
      
      * add Celu
      
      * Update opset7.py
      
      * Update opset9.py
      
      * add selu
      
      * Update opset7.py
      
      * add relu
      
      * update relu datatype
      
      * Update opset14.py
      
      * fix code style
      
      * fix code style
      
      * add_hardsigmoid
      
      * add_reduce_op
      
      * fix
      
      * fix
      
      * add reduceL2
      
      * remove log and exp
      
      * add selu in opset7
      
      * Delete test_auto_scan_celu.py
      
      * Delete test_auto_scan_relu.py
      
      * Delete test_auto_scan_reduce_ops.py
      
      * Delete test_auto_scan_hardsigmoid.py
      
      * add selu in opset7
      
      * add selu in opset12
      
      * add selu in opset14
      
      * Update opset7.py
      
      * Update opset12.py
      
      * Update opset14.py
      
      * Update test_auto_scan_unary_ops.py
      
      * Update opset14.py
      
      * add elu
      
      * fix style
      
      * fix style
      
      * remove onnx
      
      * add auto scan test of softplus
      
      * add auto scan test of sigmoid
      
      * add test of sum OP in version 7
      
      * add test of sum OP in version 8
      
      * add test of sum OP in version 8
      
      * Delete test_auto_scan_elu.py
      
      * Delete test_auto_scan_unary_ops.py
      
      * remove
      
      * remove
      
      * retest
      
      * test
      27d70401