1. 22 10月, 2019 5 次提交
    • L
      add asr related kernel test=develop · cd65cb74
      lijianshe02 提交于
      cd65cb74
    • L
      add asr related kernel test=develop · d5e58a98
      lijianshe02 提交于
      d5e58a98
    • J
      Optimize quant_dequant (#2215) · f480d474
      juncaipeng 提交于
      * Add DeleteQuantOpFuser
      * Add fake_quantize_dequantize_moving_avg_abs_max_op
      * Add DeleteQuantDequantOpFuser
      f480d474
    • Z
      remove feed and fetch for npu subgraph pass (#2230) · 4e05ea29
      zhupengyang 提交于
      test=develop
      4e05ea29
    • 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
  2. 21 10月, 2019 6 次提交
  3. 18 10月, 2019 2 次提交
    • W
      fix yolobox_cuda_test (#2208) · 2a6a259d
      Wilber 提交于
      fix yolobox_cuda test precision error
      2a6a259d
    • H
      Fix codestyle of GetInputName&GetOutputName (#2185) · 8591aaec
      huzhiqiang 提交于
      * add shell file to automatically build and collect publish result test=develop
      
      * modify codestyle of getInputNames test=develop
      
      * test=develop
      
      * rm publish.sh
      
      * remove copy of func param
      
      * test=develop
      
      * test=devcelop
      
      * test=develop
      
      * test=develop
      
      * const & test=develop
      
      * modify variable defination test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      
      * test=develop
      8591aaec
  4. 17 10月, 2019 5 次提交
  5. 16 10月, 2019 5 次提交
  6. 15 10月, 2019 6 次提交
    • J
      Fix quant dequant fuse pass (#2190) · 9cc7dfa8
      juncaipeng 提交于
      
      * fix bug for accessing the removed node, test=develop
      9cc7dfa8
    • J
      fix benchmark, test=develop (#2188) · 4d530acc
      juncaipeng 提交于
      * fix benchmark, test=develop
      4d530acc
    • Y
      fix persistable test=develop (#2191) · 435f942b
      Yanzhan Yang 提交于
      435f942b
    • fix pass selection, test=develop (#2187) · da55f674
      石晓伟 提交于
      da55f674
    • Y
      [LITE][OPENCL] Fix layout, target pass for OpenCL, add macro of... · 72c11758
      Yuan Shuai 提交于
      [LITE][OPENCL] Fix layout, target pass for OpenCL, add macro of CONVERT_TYPE_TO and READ/WRITE image, memory reuse in ResetLazyImage2D (#2170)
      
      * add macro of CONVERT_TYPE_TO and READ/WRITE image. test=develop
      
      * add data type control. test=develop
      
      * fix io op as general layout and precision. test=develop
      
      * Fix memory reuse strategy for opencl image2d. test=develop
      
      * remove std::array, std::map in about opencl backend. test=develop
      72c11758
    • H
      [NPU] Fix and refine the supporting of multi NPU models (#2037) · 7a731b7f
      hong19860320 提交于
      * [NPU] Fix the bug of loading multi NPU models
      test=develop
      
      * [NPU] Use lite tensor to store NPU model, fix the management of multi NPU models, support loading NPU model from memory and reduce the modification of framework
      test=develop
      
      * [NPU] Remove redundant header files for NPU bridges,
      test=develop
      
      * [NPU] fix NPU deps
      test=develop
      
      * [NPU] refine the compiling script for NPU
      test=develop
      
      * [NPU] remove redundant subdirectory in lite/CMakeLists.txt
      test=develop
      
      * [NPU] Fix and refine NPU test case
      test=develop
      
      * [NPU] revoke the modification of other non-NPU modules
      test=develop
      
      * [NPU] Remove NPU bridges if target is tiny publish
      test=develop
      7a731b7f
  7. 14 10月, 2019 5 次提交
  8. 12 10月, 2019 2 次提交
  9. 11 10月, 2019 4 次提交