1. 24 10月, 2019 5 次提交
    • L
      Make inceptionv4, resnet50, googlenet can run on x86 paltform (#2250) · ca7fefa1
      liu zhengxi 提交于
      * make inceptionv4, resnet50, googlenet can run on x86 paltform and fix the compare part in x86 unittests, test=develop
      
      * fix googlenet tests for benchmark record, test=develop
      
      * [framework][profile] fix profile dump bug when op is feed and fetch test=develop (sangoly)
      ca7fefa1
    • X
      Develop performance (#2257) · e328ed89
      xiebaiyuan 提交于
      * optimise conv 1x1 ,test=develop
      
      * add test_performance test
      e328ed89
    • X
      Fix gemv int8 error (#2249) · 3ea368b1
      Xiaoyang LI 提交于
      * remove log in reshape, fix conv error when padding size=4, test=develop
      
      * fix style, test=develop
      
      * remove useless code, test=develop
      
      * remove redundant model test file, test=develop
      
      * change cluster to power_mode, test=develop
      
      * fix build error, test=develop
      
      * change cluster to power_mode, test=develop
      
      * change opt_nb to use_optimize_nb, test=develop
      
      * null, test=develop
      
      * add gemv-int8 test, fix clang build error, test=develop
      
      * fix gemv-int8 error when build with clang, test=develop
      3ea368b1
    • Z
      fix protoc compile bug (#2255) · e975c68a
      Zhaolong Xing 提交于
      test=develop
      e975c68a
    • S
      [python api] add armlinux supported and publish paddle-lite python (#2252) · 60709e60
      sangoly 提交于
      * [python api] add armlinux supported and publish paddle-lite python lib & demo
      
      * add cuda build
      test=develop
      60709e60
  2. 23 10月, 2019 10 次提交
  3. 22 10月, 2019 5 次提交
    • J
      Modify parse_op_registry (#2239) · 33601adf
      juncaipeng 提交于
      * modify parse_op_registry. When REGISTER_LITE_OP and op_name not in the same row, it also can obtain op_name, test=develop
      33601adf
    • Y
      handle nan in run.py test=develop (#2240) · 94a93d7d
      Yanzhan Yang 提交于
      94a93d7d
    • J
      Optimize quant_dequant (#2215) · aefb4ea3
      juncaipeng 提交于
      * Add DeleteQuantOpFuser
      * Add fake_quantize_dequantize_moving_avg_abs_max_op
      * Add DeleteQuantDequantOpFuser
      aefb4ea3
    • Z
      remove feed and fetch for npu subgraph pass (#2230) · 52a093ee
      zhupengyang 提交于
      test=develop
      52a093ee
    • 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
  4. 21 10月, 2019 6 次提交
  5. 18 10月, 2019 2 次提交
    • W
      fix yolobox_cuda_test (#2208) · 2f57f5b4
      Wilber 提交于
      fix yolobox_cuda test precision error
      2f57f5b4
    • H
      Fix codestyle of GetInputName&GetOutputName (#2185) · 27a40b8f
      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
      27a40b8f
  6. 17 10月, 2019 5 次提交
  7. 16 10月, 2019 5 次提交
  8. 15 10月, 2019 2 次提交