1. 16 12月, 2019 1 次提交
  2. 13 12月, 2019 1 次提交
  3. 11 12月, 2019 1 次提交
  4. 09 12月, 2019 2 次提交
  5. 04 12月, 2019 2 次提交
  6. 02 12月, 2019 1 次提交
  7. 28 11月, 2019 1 次提交
  8. 23 11月, 2019 1 次提交
  9. 22 11月, 2019 1 次提交
  10. 21 11月, 2019 2 次提交
  11. 20 11月, 2019 1 次提交
  12. 18 11月, 2019 1 次提交
    • Y
      [LITE][OPENCL] Enable full and light api for OpenCL (#2331) · cfa086e9
      Yuan Shuai 提交于
      * Fix bug target for kHost and kARM not equal. test=develop
      
      * Fix license. test=develop
      
      * add debug -g option. test=develop
      
      * enable opencl demo. test=develop
      
      * Fix model_optimize_tool found no opencl kernel. test=develop
      
      * add more vlog. test=develop
      
      * remove macro LITE_WITH_OPENCL, LITE_WITH_FPGA in passes. test=develop
      
      * Fix valid_places in mobilenetv1_test. test=develop
      
      * Fix bug of find no real output of fetch, after tool OPs of optimzer passes. test=develop
      
      * Fix vlog as log message in model_optimize_tool. test=develop
      
      * fix miscs. test=develop
      
      * fix comment. test=develop
      
      * Fix misspell of opencl, fpga kernels name in lite/api/CMakeLists.txt. test=develop
      
      * add opencl macro in full_api of demo. test=develop
      cfa086e9
  13. 08 11月, 2019 1 次提交
  14. 06 11月, 2019 2 次提交
  15. 05 11月, 2019 1 次提交
  16. 01 11月, 2019 3 次提交
  17. 31 10月, 2019 2 次提交
    • H
      Add 'inference' folder into build.lite.x86, 'inference' folder contains head... · cb32a145
      huzhiqiang 提交于
      Add 'inference' folder into build.lite.x86, 'inference' folder contains head files、library files and demo of x86 compiling (#2301)
      
      Add inference folder into build.lite.x86, build.lite.x86/inference folder contains head files、library files and demo of x86 compiling
      cb32a145
    • L
      Alter the model unit tests api (#2297) · bd0b9667
      liu zhengxi 提交于
      * alter the unit tests api for googlenet, resnet50, inceptionv4, mobilenetv1, mobilenetv2 and thier corresponding cmake, test=develop
      
      * disable checks and correct some incorrect statement, test=develop
      bd0b9667
  18. 29 10月, 2019 3 次提交
  19. 28 10月, 2019 1 次提交
    • H
      [LITE][XPU] initial support for XPU (#2202) · ac1b2f9f
      hong19860320 提交于
      * Initial support for XPU
      * Fix compiling errors of XPU
      * Move XPU op kernel bridges from backends to kernels to fix deps order
      * Change the namespace and directory of XPU bridges
      * Add XPU SDK
      * Fix header files and namespace of XPU SDK
      * Add unit tests for relu and conv2d ops
      * Restore the modification of paddle_api_test
      * Supports simple model which contains only a relu layer
      * Add compiling scripts for XPU
      * Fix compiling errors of XPU
      * Add comments for XPU LoadModel and BuildModel
      ac1b2f9f
  20. 27 10月, 2019 1 次提交
    • H
      model dynamic library tailoring (#2256) · b16917a4
      huzhiqiang 提交于
      * add shell file to automatically build and collect publish result test=develop
      * modify API inference of model_optimize_tool and add option for tiny&full publish test=develop
      b16917a4
  21. 25 10月, 2019 1 次提交
  22. 24 10月, 2019 2 次提交
  23. 23 10月, 2019 3 次提交
  24. 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
  25. 21 10月, 2019 1 次提交
  26. 18 10月, 2019 1 次提交
    • 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
  27. 16 10月, 2019 1 次提交