1. 20 6月, 2019 1 次提交
    • Q
      [cherry-pick]Update backward appending stragety to support double backward. (#18216) · a839f724
      qingqing01 提交于
      * Update backward appending stragety to support double backward and fix some bug. (#18104)
      
      * Update backward.py:
           - If there is no input grad var in all outputs of previous ops, do not append this op into graph.
           - Only apply this stragety when double backward.
      * Update some double backward op.
      * Update sum_op to judge whether a tensor is empty by numel or IsInitialized().
      a839f724
  2. 14 5月, 2019 1 次提交
    • L
      Double backward reduce mean (#17372) · 5d1ac41b
      lvmengsi 提交于
      * test=develop, double backward reduce_mean
      
      * add comment. test=develop
      
      * fix format. test=develop
      
      * rename GradGrad -> DoubleGrad. test=develop
      
      * fix op_use_default_grad_op_maker.spec. test=develop
      5d1ac41b
  3. 12 4月, 2019 2 次提交
  4. 25 3月, 2019 1 次提交
    • Z
      test=develop · 664c342c
      zhoukunsheng 提交于
      split reduce_all_any_op.h into two files
      add unit test for reduce_all, reduce_any
      664c342c
  5. 20 3月, 2019 1 次提交
  6. 02 2月, 2019 2 次提交
  7. 16 11月, 2018 1 次提交
    • W
      Refine operator cmake (#14413) · a2d9b344
      Wu Yi 提交于
      * wip simplify operator framework
      
      * wip
      
      * wip
      
      * done test=develop
      
      * clean test=develop
      
      * fix test=develop
      
      * fix deps test=develop
      
      * fix cpu build test=develop
      
      * fix tensorrt build test=develop
      
      * fix tests test=develop
      
      * fix test=develop
      
      * fix cpu build test=develop
      a2d9b344