1. 22 3月, 2019 1 次提交
  2. 21 3月, 2019 1 次提交
  3. 20 3月, 2019 3 次提交
    • B
      Add softmax_with_cross_entropy_op to ngraph engine (#16304) · 2de263a5
      baojun 提交于
      * Add softmax_with_cross_entropy_op test=develop
      
      * simplify implementation test=develop
      2de263a5
    • C
      Fuse AllReduce (#15921) · f26ba5bd
      chengduo 提交于
      * fuse all_reduce
      test=develop
      
      * add fuse_parameter_groups_size
      test=develop
      
      * Polish code
      test=develop
      
      * Fix travis-ci
      test=develop
      
      * Add SetGroupAccordingToLayers and SetGroupAccordingToGroupSize
      test=develop
      
      * Add SetGroupAccordingToMemorySize
      test=develop
      
      * fix multi_devices_graph
      test=develop
      
      * reset params_grads
      test=develop
      
      * Polish code
      test=develop
      f26ba5bd
    • W
      Collective ops (#15572) · 6382b62f
      Wu Yi 提交于
      * wip allreduce in op
      
      * wip
      
      * wip
      
      * wip
      
      * wip adding test
      
      * wip for conflict with mp mode
      
      * fix tests test=develop
      
      * fix cpu build test=develop
      
      * fix travis clang format test=develop
      
      * fix cpu build test=develop
      
      * update api.spec test=develop
      
      * delete comment test=develop
      
      * fix cpplint test=develop
      
      * fix test=develop
      
      * follow comment test=develop
      
      * add file test=develop
      
      * fix build test=develop
      
      * update test=develop
      
      * to be compatible with sync_bn, and fix mp mode in develop test=develop
      6382b62f
  4. 19 3月, 2019 1 次提交
  5. 18 3月, 2019 2 次提交
  6. 15 3月, 2019 5 次提交
  7. 14 3月, 2019 3 次提交
  8. 12 3月, 2019 8 次提交
  9. 11 3月, 2019 5 次提交
    • M
      Polish code · de212ae2
      minqiyang 提交于
      test=develop
      de212ae2
    • Q
      Imperative remove all descs (#16045) · 1f4aa7a2
      Qiyang Min 提交于
      * Remove Desc in Forward Pass
      
      * Refactor VarBase
      
      * Add dbg info
      
      * Only check type in imperative mode
      
      * Polish code and support optimizer
      
      test=develop
      
      * Fix stop gradient problem in PyLayer
      
      test=develop
      1f4aa7a2
    • M
      Add unit test for gru unit · d17bb4e6
      minqiyang 提交于
      test=develop
      d17bb4e6
    • W
      Fixrecordio (#16124) · a38db3cb
      wopeizl 提交于
      * fix recordio on win
      test=develop
      
      * test=develop
      
      * test=develop
      
      * fix code style
      test=develop
      
      * test=develop
      a38db3cb
    • S
      add unittest · cfd012e2
      sneaxiy 提交于
      test=develop
      cfd012e2
  10. 10 3月, 2019 1 次提交
  11. 08 3月, 2019 1 次提交
  12. 07 3月, 2019 6 次提交
  13. 06 3月, 2019 3 次提交
    • C
      test=develop, change labels name · 69859718
      ceci3 提交于
      69859718
    • C
      test=develop, change labels name · 7613918e
      ceci3 提交于
      7613918e
    • X
      Add Requantize OP (#15318) · a177d482
      xiaolil1 提交于
      * Enable INT8 ReQuantize OP
      test=develop
      
      * Clean code
      test=develop
      
      * Add comments
      test=develop
      
      * Revert "Clean code"
      test=develop
      
      This reverts commit a7a49b8a.
      
      * Modify requantize op test
      test=develop
      
      * fix requantize UT by moving public function to public test file.
      test=develop
      
      * Fix test fail due to file address change.
      test=develop
      
      * Change file address for requantize op.
      test=develop
      a177d482