1. 12 3月, 2020 1 次提交
    • M
      add mean op (#3130) · b9273631
      mapingshuo 提交于
      * add mean op, test=develop
      
      * split forward and backward, test=develop
      b9273631
  2. 09 3月, 2020 1 次提交
  3. 29 2月, 2020 1 次提交
  4. 28 2月, 2020 1 次提交
    • M
      add sequence_conv op and arm kernel (#3016) · 0775140a
      mapingshuo 提交于
      * add sequence_conv op and arm kernel
      
      * add test, test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * modify code style. test=develop
      
      * fix ut, test=develop
      
      * delete unused code, test=develop
      0775140a
  5. 27 2月, 2020 1 次提交
    • X
      lstm op (#3018) · 84c4fcdb
      xiaogang 提交于
      * feat: add lstm op && kernel
            test=develop
      84c4fcdb
  6. 21 2月, 2020 1 次提交
  7. 14 2月, 2020 1 次提交
  8. 27 12月, 2019 1 次提交
  9. 23 12月, 2019 2 次提交
  10. 18 12月, 2019 1 次提交
  11. 13 12月, 2019 1 次提交
  12. 10 12月, 2019 1 次提交
  13. 07 12月, 2019 1 次提交
    • J
      Support mask_rcnn (#2484) · c2f72cb3
      juncaipeng 提交于
      * add arm split lod tensor, test=develop
      
      * add arm merge lod tensor, test=develop
      
      * update split merge lod tensor, test=develop
      
      * add reduce_prob op, test=develop
      
      * support mask_rcnn succeed, test=develop
      c2f72cb3
  14. 26 11月, 2019 1 次提交
  15. 25 11月, 2019 1 次提交
  16. 19 11月, 2019 3 次提交
  17. 18 11月, 2019 2 次提交
  18. 16 11月, 2019 1 次提交
  19. 15 11月, 2019 1 次提交
    • J
      Add content-dnn ops (#2429) · 603b810f
      juncaipeng 提交于
      * add search_seq_depadding x86 and cuda
      * add match_matrix_tensor x86
      * add search_grnn x86, no test
      603b810f
  20. 14 11月, 2019 2 次提交
  21. 13 11月, 2019 2 次提交
  22. 08 11月, 2019 1 次提交
    • H
      Move muliti class kernel back to basic (#2396) · 52e0db46
      huzhiqiang 提交于
      * move multiclass_nms kernel back to host test=develop
      
      * move layer_norm OP and arm_kernel into extra type since it's added after release/v2.0-beta1 and not related with CV test=develop
      
      * fix code_style test=develop
      52e0db46
  23. 07 11月, 2019 1 次提交
  24. 06 11月, 2019 1 次提交
  25. 05 11月, 2019 1 次提交
  26. 04 11月, 2019 1 次提交
  27. 22 10月, 2019 2 次提交
    • J
      Optimize quant_dequant (#2215) · f480d474
      juncaipeng 提交于
      * Add DeleteQuantOpFuser
      * Add fake_quantize_dequantize_moving_avg_abs_max_op
      * Add DeleteQuantDequantOpFuser
      f480d474
    • T
      Transformer pr (#2214) · f0a6c1eb
      TianXiaogang 提交于
      * feat: add beam_search_special function for support nlp model
      
      * fix: add beam_search_compute kernel input and output
      
      * feat: add assign op & copy_compute kernel
      
      * feat: add fill_const_batch_size_like op & kernel
      
      * feat: add layer_norm op and kernel and ut
      
      * fix: fix some bugs
          fix mul_op infer_shape bug when x_dim_idx = 2, x_dims.size()=3 & y_dim_idx = 1, y_dims.size()=2
          fix elementwise_compute bug when y axis is all 1
          fix beam_search choose math_func wrong bug
          fix layer_norm get attr bug
          fix fill_constant_batch_size_like shape_set bug
      
      * feat: add gather op and kernel & and transform ut
      
      * feats: add ops and fix bugs to support transformer op
             fix type_cast passes to skip `while`
             fix elementwise infer_shape bug when x.dims=3 and y.dims={1} & axis=0
             fix lookup_table compute bug
             fix read_from_array/beam_search/increment/compate/gather ops data_type problems
      
      * fix:
          transfomer ut add word read inferface
          fix copy/gather/norm/layer_norm include path problem
      
      * fix:debug info
      
      * fix: fix input reshape bug
      
      * fix: fix norm bug
      
      * style: style fix & test=develop
      
      * style: fix operators cmakelist
      
      * style: fix operators cmakelist; test=develop
      
      * fix and test=develop
      
      * fix and test=develop
      
      * style: style fix; test=develop
      f0a6c1eb
  28. 11 10月, 2019 1 次提交
    • Z
      CUDA: can run yolov3 int8 (#2172) · 7931104f
      Zhaolong Xing 提交于
      * add conv int8 support(in condition which the input or output channel not be the times of 4)
      add add_kernel for cuda.
      
      * can run yolov3 fp32
      test=develop
      
      * 1. fix bug with yolov3 run
      test=develop
      
      * can run yolov3 int8 test=develop
      7931104f
  29. 17 9月, 2019 1 次提交
  30. 16 9月, 2019 1 次提交
    • L
      Gru op (#2002) · eb42f9ee
      lhl960107 提交于
      * add x86 gru&&relu&&sequence_expand_as op test=develop
      eb42f9ee
  31. 12 9月, 2019 1 次提交
  32. 09 9月, 2019 1 次提交
  33. 07 9月, 2019 1 次提交