1. 16 12月, 2018 1 次提交
  2. 14 12月, 2018 1 次提交
  3. 07 12月, 2018 1 次提交
  4. 03 12月, 2018 1 次提交
  5. 26 11月, 2018 1 次提交
  6. 16 11月, 2018 1 次提交
    • T
      MKLDNN residual connections fuse pass: · 7423748e
      Tomasz Patejko 提交于
      * implements reachability check between identity node and non-identity argument to elementwise_add
      * implements handling identity node as x and as y argument to elementwise_add
      7423748e
  7. 12 11月, 2018 2 次提交
  8. 09 11月, 2018 1 次提交
    • Q
      Exhaustive search for cuDNN conv. (#14286) · abe20923
      qingqing01 提交于
      * exhaustive search for cuDNN conv.
      * Refine code and add unit testing.
      * Fix model load in fluid/inference and unit testing in conv2d
      * Follow comments.
      * Fix compiling test=develop
      abe20923
  9. 08 11月, 2018 1 次提交
  10. 07 11月, 2018 2 次提交
  11. 02 11月, 2018 1 次提交
  12. 21 10月, 2018 8 次提交
  13. 19 10月, 2018 2 次提交
  14. 18 10月, 2018 1 次提交
  15. 11 10月, 2018 1 次提交
  16. 10 10月, 2018 1 次提交
  17. 08 10月, 2018 1 次提交
    • S
      conv bn fuse pass · 78f98294
      Sylwester Fraczek 提交于
      review fix
      
      review from hshen14 fix
      
      test=develop
      
      fix error in broadcast and code cleanup
      
      rename bias -> eltwise and added macro to shorten code
      
      formatting
      78f98294
  18. 27 9月, 2018 1 次提交
    • J
      - Added initial pass for embedding-fc-lstm · 7ab5626d
      Jacek Czaja 提交于
      - Added draft of new operator
      
      - Added fused embedding fc lstm files
      
      - First time embedding_fc_lstm_fuse_pass was invoked in
        test_text_classification
      
      - Added Embedding pattern
      
      - Not crashing
      
      - Enabled draft of embedding_fc_lstm pass (does it job)
      
      - First working (Seqcompute only) version
      
      - Removed diagnostic comment
      
      - First enabling of BatchCompute
      
      - Disabling pass for embedding with is_sparse and is_distributed
      
      - Cosmetics
      
      - Style
      
      - Style
      7ab5626d
  19. 25 9月, 2018 1 次提交
  20. 20 9月, 2018 1 次提交
    • C
      Feature/op_fuse_pass (#12440) · d402234b
      chengduo 提交于
      * Add Preface
      
      * Add demo code
      
      * Save file
      
      * Refine code
      
      * seems can work
      
      * use elementwise strategy
      
      * Use ElementwiseComputeEx
      
      * Add comments
      
      * extract functions from operator
      
      * Refine code
      
      * Follow comment
      
      * code refine
      
      * add op_fuse  pass
      
      * add backward
      
      * code refine
      
      * use TopologySortOperations
      
      * follow comments
      
      * refine IsFusible
      
      * code enhance
      
      * fix op_fusion_pass
      
      * refine code
      
      * refine fuse_elemwise_act_op
      
      * adjust the input and output
      
      * refine logic
      
      * add intermediate_edge
      
      * disable inplace
      
      * follow comments
      
      * refine logic
      
      * follow comments
      
      * Remove the removable IntermediateOut
      
      * change strategy
      
      * code refine
      
      * enable fuse backward
      
      * code refine
      
      * code refine
      
      * rename unit test
      
      * follow comments
      d402234b
  21. 12 9月, 2018 1 次提交
  22. 10 9月, 2018 2 次提交
  23. 07 9月, 2018 2 次提交
  24. 06 9月, 2018 2 次提交
  25. 05 9月, 2018 1 次提交
  26. 04 9月, 2018 2 次提交