1. 16 9月, 2019 1 次提交
    • Y
      Enhance fc_fuse_pass to enable fusing relu to fc_op (#19733) · c67c8758
      Yiqun Liu 提交于
      * Refine the codes related to fc op.
      
      * Add GPU implementation for fc functor.
      
      * Apply fc_fuse_pass in GPU inference.
      test=develop
      
      * Change the cmake for fc op.
      
      * Change PADDLE_ENFORCE to PADDLE_ENFORCE_EQ.
      
      * Add an attribute to set the activation type in fc_op.
      
      * Enhance the unittest of fc_op.
      test=develop
      
      * Remove the declaration of FCOpGrad back to the header file.
      test=develop
      
      * Set default value for newly added arguments in test_fc_op.
      test=develop
      
      * Enhance fc_fuse_pass to enable fusing relu.
      
      * Allow print the shapes of var_desc in graph.
      test=develop
      
      * Enhance fc_fuse_pass_tester.
      
      * Remove the use of PADDLE_ENFORCE.
      test=develop
      
      * Correct the number of ops after fusing.
      test=develop
      
      * Fix a typo.
      test=develop
      
      * Set activation_type to null when there is no relu in fc.
      test=develop
      
      * Refine fc_fuse_pass's codes.
      
      * Enable the set of shape for tensor.
      
      * Refine repeated_fc_relu_pass and add unittest.
      test=develop
      c67c8758
  2. 28 3月, 2019 1 次提交
    • C
      Fix the interface of Pass::Apply (#16484) · ed61d67c
      chengduo 提交于
      * modify the interface of Pass::Allay
      test=develop
      
      * Polish code
      test=develop
      
      * Fix Travis CI
      test=develop
      
      * fix Pass::Apply interface
      test=develop
      
      * Fix Travis CI
      test=develop
      ed61d67c
  3. 21 2月, 2019 1 次提交
  4. 31 8月, 2018 1 次提交
  5. 29 8月, 2018 1 次提交
  6. 21 8月, 2018 1 次提交
  7. 09 8月, 2018 1 次提交
  8. 26 7月, 2018 4 次提交
  9. 22 7月, 2018 1 次提交
  10. 19 7月, 2018 1 次提交
  11. 18 7月, 2018 4 次提交
  12. 26 6月, 2018 1 次提交
  13. 11 6月, 2018 1 次提交
  14. 08 6月, 2018 1 次提交
  15. 06 6月, 2018 1 次提交
    • Y
      SSA Graph Builder Factory · d9af1532
      yuyang18 提交于
      * Use Builder Chain to decorate new builders. It is easy to extend
        builders.
      * Make graphviz path as a build strategy, not a FLAGS.
      d9af1532
  16. 15 5月, 2018 1 次提交
  17. 14 5月, 2018 2 次提交
  18. 07 4月, 2018 1 次提交
  19. 07 3月, 2018 2 次提交
  20. 06 3月, 2018 2 次提交
  21. 15 2月, 2018 1 次提交
    • Y
      Update tensor_util.h (#8422) · cfffb1a3
      Yi Wang 提交于
      * Update tensor_util.h
      
      * Update with moved TensorDesc
      
      * Fix tensur_utils.cu
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Make tensor_util.cu a symbolic link
      cfffb1a3
  22. 10 2月, 2018 2 次提交
  23. 07 2月, 2018 1 次提交
  24. 06 2月, 2018 2 次提交
  25. 01 2月, 2018 1 次提交
  26. 31 1月, 2018 1 次提交
  27. 30 1月, 2018 1 次提交