1. 08 11月, 2018 1 次提交
    • C
      Fix input<tensor> (#14208) · c5b6573a
      chengduo 提交于
      * fix input<tensor>
      test=develop
      
      * fix split_ids
      test=develop
      
      * ElementwiseMul should not support SelectedRows
      
      * fix scale op
      test=develop
      
      * change GetTensorFromVar() method to GetTensorOrSelectedRowsFromVar()
      
      * fix operator
      
      * refine MultiOutput
      
      * fix MultiOutput
      test=develop
      
      * disable test_dist_save_load
      test=develop
      
      * fix elementwise_op
      test=develop
      
      * add get_sparse_as_op
      test=develop
      
      * add info for check
      test=develop
      
      * rename get_sparse_as_op with extract_rows_as_op.
      test=develop
      
      * elementwise doesn't support selected_rows
      
      * fix regularizer
      
      * remove extract_rows_as
      test=develop
      
      * fix ci
      test=develop
      
      * add test for sum_op
      
      * fix regularizer
      test=develop
      
      *  test=develop
      
      * fix pserver weight decay multi inputs test=develop
      c5b6573a
  2. 18 9月, 2018 1 次提交
  3. 17 9月, 2018 1 次提交
  4. 28 8月, 2018 1 次提交
    • Q
      Scale support selectedrows (#12960) · 11e01d9b
      Qiao Longfei 提交于
      * add ScaleOpVarTypeInference for scale op
      
      * scale op support scale selected rows
      
      * optimize code
      
      * use FindVar
      
      * use FindVarRecursive in ScaleOpVarTypeInference
      11e01d9b
  5. 12 2月, 2018 1 次提交
  6. 10 2月, 2018 2 次提交
  7. 26 12月, 2017 1 次提交
  8. 12 12月, 2017 1 次提交
    • Q
      Refine device context (#6433) · 61ec0b95
      QI JUN 提交于
      There are mainly following fixes:
      
      - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place`
      - remove `eigen_device` interface in base class  `DeviceContext`
      - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext`
      - remove unused `platform::EigenDeviceConverter`
      - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL`
      - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
      61ec0b95
  9. 27 10月, 2017 1 次提交
    • Y
      Gradient check use graph (#5027) · be00b0c4
      Yu Yang 提交于
      * Simplize Gradient Check
      
      * Stash
      
      * Extract apply_backward_pass to backward.py
      
      Rename apply_backward_pass to append_backward_ops
      
      * Use graph API to check gradient
      
      * Fix ci
      
      * Fix CI
      
      * Fix backward for double precision
      
      * Stash
      
      * Fix CI
      
      * Fix ci
      
      * Ignore GRU test
      
      * Ignore xe op
      
      * Fix CI
      
      * Fix softmax with xe gradient
      
      The correct equation should be IG = OG * (d_softmax_with_xe())
      
      * Fix typo
      
      * Fix merge error
      
      * Disable LRN
      be00b0c4
  10. 28 9月, 2017 1 次提交
  11. 06 9月, 2017 1 次提交
  12. 04 9月, 2017 1 次提交
  13. 03 9月, 2017 1 次提交
  14. 21 8月, 2017 2 次提交
  15. 09 8月, 2017 1 次提交
  16. 01 8月, 2017 1 次提交
  17. 26 7月, 2017 2 次提交
  18. 25 7月, 2017 1 次提交
  19. 17 7月, 2017 2 次提交
  20. 11 7月, 2017 2 次提交
  21. 06 7月, 2017 2 次提交
  22. 05 7月, 2017 1 次提交
  23. 04 7月, 2017 4 次提交
  24. 03 7月, 2017 1 次提交
  25. 28 6月, 2017 2 次提交