1. 04 12月, 2022 2 次提交
    • 夕阳叹's avatar
      Merge pull request #2155 from alibaba/feature/sync · cc27d4ae
      夕阳叹 提交于
      [MNN:Sync] A few bugfixes
      cc27d4ae
    • X
      [MNN:Sync] A few bugfixes · ad5d243c
      xiaying 提交于
          1. 支持 Onnx If 空子图的情况(这种情况是条件判断一定为真或假)
          2. 修正 Where 算子在 zeroshape 下维度计算出错的问题
          3. 修正 Reduce 计算 zeroshape 的非 prod 情况
          4. 修正 arch64-linux 上编译错误
          5. 修正 头文件 NNAPI 的注释错误
          6, 部分训练相关问题修正
      ad5d243c
  2. 19 11月, 2022 1 次提交
  3. 18 11月, 2022 1 次提交
  4. 08 11月, 2022 2 次提交
  5. 04 11月, 2022 3 次提交
  6. 31 10月, 2022 1 次提交
  7. 30 10月, 2022 1 次提交
  8. 13 10月, 2022 2 次提交
  9. 30 9月, 2022 2 次提交
  10. 29 9月, 2022 1 次提交
  11. 27 9月, 2022 6 次提交
  12. 24 9月, 2022 1 次提交
  13. 23 9月, 2022 3 次提交
  14. 19 9月, 2022 5 次提交
  15. 18 9月, 2022 1 次提交
  16. 17 9月, 2022 1 次提交
  17. 15 9月, 2022 2 次提交
  18. 09 9月, 2022 3 次提交
    • Merge pull request #2054 from wangzhaode/feature/mnn_sync · 4e350c5e
      王召德 提交于
      [MNN:Sync] Sync Internal 2.1.1 contain below changes.
      4e350c5e
    • Z
      [MNN:Sync] Sync Internal 2.1.1 contain below changes. · 47532552
      zhaode.wzd 提交于
          [Pymnn:Bugfix] Fix usage and small bug in pymnn.
          [Docs:Update] Update docs/cpp markdown
          [Docs:Update] Add docs check.
          [MNN:Update] Update VecHalf.hpp
          [MNN:Bugfix] Fix compile errors caused by "#define MNN_THREAD_LOCK_CPU"
          [Geometry:Bugfix] Fix bug for resize of broadcastto: https://github.com/alibaba/MNN/issues/2040
          [Docs:Update] Update inference api usage.
          [Pymnn:Bugfix] Close hiai load to fix resource leak.
          [MNN:Update] Down gradle version for demo compile
      47532552
    • asasasaababab's avatar
      Fix Conv3D Relu6 · e7e3d139
      asasasaababab 提交于
      In ONNX, when neural network is Conv3D -> Clip(1, -1), the converter will convert these two OPs in to Conv3DRelu6, regardless the min max values are not 0 and 6. This patch fix this bug.
      e7e3d139
  19. 08 9月, 2022 1 次提交
  20. 07 9月, 2022 1 次提交
    • asasasaababab's avatar
      Add Interp3D Support · 71aae927
      asasasaababab 提交于
      1. add PyTorch interpolation 3D to Onnx to MNN converter
      2. add interpolation3D nearest CPU/OpenCL implementation
      
      all added OPs are verified
      update opencl_program.cc
      
      update opencl_program.cc
      71aae927