1. 09 1月, 2020 2 次提交
  2. 08 1月, 2020 6 次提交
    • X
      fix: fix 5x5 choose kernel bug (#2741) · 3f6063b3
      xiaogang 提交于
      3f6063b3
    • H
      [LITE][CORE][NPU][XPU] Recording the data type when mutable_data() is called,... · 6e4acdcd
      hong19860320 提交于
      [LITE][CORE][NPU][XPU] Recording the data type when mutable_data() is called, and supporting the type inference from the tensor for the op bridges (#2735)
      
      6e4acdcd
    • H
      [arm] add test_cv demo (#2691) · e84406a7
      HappyAngel 提交于
      * add cv image process
      
      * fix arm liunx build error
      
      * add LITE_WITH_CV defien to make cv, test=develop
      
      * fix cv format, annd add describe in utils/cv
      
      * set LITE_WITH_CV=OFF in build.sh, test=develop
      
      * delete cv_enum.h in utils/cv, push the contents in cv_ennum.h to paddle_image_preprocess.h, test=develop
      
      * according to reviews to redefine paddle_image_preprocess.h, test=develop
      
      * add detailed note of flipParam, test=develop
      
      * fix format in paddle_image_preprocess.h, test=develop
      
      * fix cmake error in llite/CMakeLists.txt, missing mkdir cxx, test=develop
      
      * according to review change, test=develop
      
      * add elemetnwise mul constant elimination and deconv+relu, deconv+batchnorm fusion, test=develop
      
      * fix format, test=develop
      
      * fix model_optimize bug, update concat and split op, speed up, test=develop
      
      * update split speed, test=develop
      
      * fix format, test=develop
      
      * add classify demo inn demo/cxx/ , test=develop
      
      * fix formart inn mobile_classify, test=develop
      
      * delete some note and extra code, test=develop
      
      * remove test.jpg and labels.txt, test=develop
      
      * add test_cv in cxx/demo
      
      * add test_cv READMEE, test=develoop
      
      * add note info, flip only support x, y, xy;rotate only support 90, 180, 270; test=develop
      
      * fix build error, paddle_cv_arm , test=develop
      
      * add GRAY to RGBA(BGRA) convert and RGBA(BGRA)_to_Tensor, test=develop
      
      * fix format from review, test=develop
      
      * fix makefile format. test=devellop
      
      * fix bbuuild v7 error, test=develop
      e84406a7
    • Z
      [NPU] enhance unittest for shuffle_channel, unsqueeze, pool (#2730) · 08afd3aa
      zhupengyang 提交于
      * [NPU] enhance unittest for shuffle_channel, unsqueeze, pool
      
      test=develop
      08afd3aa
    • H
      fix the issue that: loading model consumes too much time test=decelop (#2726) · 8e7906d0
      huzhiqiang 提交于
      * fix the issue that: loading model consumes too much time test=decelop
      8e7906d0
    • X
      fix: fix op dropout and fc infershape lod bug (#2732) · 4430df40
      xiaogang 提交于
      4430df40
  3. 07 1月, 2020 3 次提交
  4. 06 1月, 2020 2 次提交
  5. 03 1月, 2020 3 次提交
  6. 02 1月, 2020 3 次提交
  7. 31 12月, 2019 3 次提交
    • W
      X86 and cuda compile simutaneously cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo... · f1cedb8f
      Wilber 提交于
      X86 and cuda compile simutaneously cmake ..  -DCMAKE_BUILD_TYPE=RelWithDebInfo  -DWITH_MKL=ON           -DLITE_WITH_CUDA=ON           -DWITH_MKLDNN=OFF           -DLITE_WITH_X86=ON           -DLITE_WITH_PROFILE=OFF          -DWITH_LITE=OFF           -DLITE_WITH_LIGHT_WEIGHT_FRAMEWORK=OFF           -DWITH_PYTHON=OFF           -DWITH_TESTING=ON           -DLITE_WITH_ARM=OFF           -DLITE_ON_TINY_PUBLISH=OFF           -DCUDNN_ROOT=/usr/local/cudnn/           -DLITE_BUILD_EXTRA=ON (#2708)
      
      x86 and cuda compile simutaneously
      f1cedb8f
    • Z
      [XPU] bn unit test (#2706) · bc6d5adc
      zhupengyang 提交于
      test=develop
      bc6d5adc
    • H
      [LITE][NPU][XPU] Refine the registration and implementation of op bridges (#2700) · a29c84a2
      hong19860320 提交于
      * Fix the compiling error which occurs when specify the ddk_root path and build for huawei NPU.
      
      * Refine the registration of op bridges and make it similar to the registration of op and kernel.
      
      * Refine the interfaces of the graph and node for op bridges, and support creating constant and data node automatically according to the attribute 'persistable' of the target tensor.
      
      * Add the unit test of the scale and softmax op bridge for NPU.
      a29c84a2
  8. 30 12月, 2019 2 次提交
  9. 28 12月, 2019 1 次提交
  10. 27 12月, 2019 4 次提交
  11. 26 12月, 2019 3 次提交
  12. 25 12月, 2019 6 次提交
  13. 24 12月, 2019 2 次提交