1. 15 6月, 2019 5 次提交
  2. 14 6月, 2019 5 次提交
  3. 13 6月, 2019 4 次提交
  4. 12 6月, 2019 5 次提交
  5. 11 6月, 2019 3 次提交
  6. 10 6月, 2019 2 次提交
  7. 09 6月, 2019 2 次提交
  8. 06 6月, 2019 1 次提交
  9. 05 6月, 2019 2 次提交
  10. 04 6月, 2019 1 次提交
  11. 03 6月, 2019 2 次提交
    • H
      enable reshape, reshape2 and scale op (#17802) · de3188f9
      hong19860320 提交于
      * enable reshape&reshape2 op and add unit test
      
      * enable scale op and add unit test
      
      * fix XShape checking for reshape2 unit test
      test=develop
      
      * remove op_desc.hasInput(..) and op_desc.hasOutput(..) to adapt X86 platform
      test=develop
      
      * remove target() and precision() from softmax, reshape, reshape2 and scale op
      fix CopyDataFrom() of TensorHvy
      test=develop
      
      * alloc memory then copy tensor's data during invoking TensorHvy::CopyDataFrom(...)
      test=develop
      de3188f9
    • S
      95bc0ce7
  12. 31 5月, 2019 2 次提交
  13. 30 5月, 2019 2 次提交
  14. 29 5月, 2019 1 次提交
  15. 28 5月, 2019 1 次提交
    • T
      [Lite] enable fc kernel (#17674) · 9654b2d8
      tensor-tang 提交于
      * add fc unit test
      
      * refine eigen fc
      add cpu info, arm context
      init packed sgemm
      
      * enable packed sgemm
      
      * add arm math
      
      * pass fc ut
      
      * follow comments
      9654b2d8
  16. 24 5月, 2019 1 次提交
  17. 23 5月, 2019 1 次提交
    • Y
      code clean - refine ARM compile (#17590) · 59122809
      Yan Chunwei 提交于
      * code clean - refine ARM
      
      cmake enhancement:
      
      - add lite_cc_library and lite_cc_test
      
      code clean:
      
      - remove ARM feed and fetch kernels, reuse the Host's
      
      remove unnecessary comments
      59122809