1. 23 3月, 2020 1 次提交
  2. 20 3月, 2020 1 次提交
  3. 17 3月, 2020 1 次提交
  4. 16 3月, 2020 2 次提交
  5. 12 3月, 2020 1 次提交
    • M
      add mean op (#3130) · 12bb2228
      mapingshuo 提交于
      * add mean op, test=develop
      
      * split forward and backward, test=develop
      12bb2228
  6. 09 3月, 2020 1 次提交
  7. 29 2月, 2020 1 次提交
  8. 28 2月, 2020 1 次提交
    • M
      add sequence_conv op and arm kernel (#3016) · c5d69591
      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
      c5d69591
  9. 27 2月, 2020 1 次提交
    • X
      lstm op (#3018) · 90a28f51
      xiaogang 提交于
      * feat: add lstm op && kernel
            test=develop
      90a28f51
  10. 21 2月, 2020 1 次提交
  11. 14 2月, 2020 1 次提交
  12. 27 12月, 2019 1 次提交
  13. 23 12月, 2019 2 次提交
  14. 18 12月, 2019 1 次提交
  15. 13 12月, 2019 1 次提交
  16. 10 12月, 2019 1 次提交
  17. 07 12月, 2019 1 次提交
    • J
      Support mask_rcnn (#2484) · cf31b835
      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
      cf31b835
  18. 26 11月, 2019 1 次提交
  19. 25 11月, 2019 1 次提交
  20. 19 11月, 2019 3 次提交
  21. 18 11月, 2019 2 次提交
  22. 16 11月, 2019 1 次提交
  23. 15 11月, 2019 1 次提交
    • J
      Add content-dnn ops (#2429) · 7f408ee8
      juncaipeng 提交于
      * add search_seq_depadding x86 and cuda
      * add match_matrix_tensor x86
      * add search_grnn x86, no test
      7f408ee8
  24. 14 11月, 2019 2 次提交
  25. 13 11月, 2019 2 次提交
  26. 08 11月, 2019 1 次提交
    • H
      Move muliti class kernel back to basic (#2396) · 7ea34b1b
      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
      7ea34b1b
  27. 07 11月, 2019 1 次提交
  28. 06 11月, 2019 1 次提交
  29. 05 11月, 2019 1 次提交
  30. 04 11月, 2019 1 次提交
  31. 22 10月, 2019 2 次提交
    • J
      Optimize quant_dequant (#2215) · aefb4ea3
      juncaipeng 提交于
      * Add DeleteQuantOpFuser
      * Add fake_quantize_dequantize_moving_avg_abs_max_op
      * Add DeleteQuantDequantOpFuser
      aefb4ea3
    • T
      Transformer pr (#2214) · 330644b0
      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
      330644b0
  32. 11 10月, 2019 1 次提交
    • Z
      CUDA: can run yolov3 int8 (#2172) · 29f448c6
      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
      29f448c6