1. 29 10月, 2019 1 次提交
    • L
      support Tensor for split and concat, support -1 in num_or_sections, add check... · 6802539a
      liym27 提交于
      support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
      
      * improve split and concat op:
      1. support Tensor for argument 'dim' in split op.
      2. support Tensor for argument 'axis' in concat op.
      test=develop
      
      * redefine function GetDataFromTensor and set unknown output shape to - 1.
      test=develop
      
      * add check: Attr(sections) match Input(X). test=develop
      
      * support Tensor for attr(sections) and attr(sections) can contain -1.
      add check for attr(sections).
      test=develop
      
      * modify error message for concat and call Resize only when necessary. test=develop
      6802539a
  2. 13 6月, 2019 1 次提交
  3. 05 5月, 2019 1 次提交
  4. 23 10月, 2018 1 次提交
    • C
      Refine Split op (#13967) · a7497653
      chengduo 提交于
      * speedup split_op
      test=develop
      
      * speedup split_op
      test=develop
      
      * rename ConcatGrad to Split
      
      * refine concat and split
      test=develop
      
      * fix compile error
      a7497653
  5. 18 9月, 2018 1 次提交
  6. 17 9月, 2018 1 次提交
  7. 22 8月, 2018 1 次提交
  8. 16 6月, 2018 1 次提交
  9. 02 5月, 2018 1 次提交
    • A
      Fix more CPPLint issues in fluid/operators/math (#10276) · 73858547
      Abhinav Arora 提交于
      * Fix CPPLint issues in lstm_cpu_kernel.h
      
      * Fix CPPLint issues in math/math_function_test
      
      * Fix CPPLint issues in math/math_function_test
      
      * Fix CPPLint issues in math/concat.cc
      
      * Fix CPPLint issues in math/concat.cc
      
      * Fix CPPLint issues in math/concat.cc
      
      * Fix CPPLint issues in math/gru_cpu_kernel
      
      * Fix CPPLint issues in math/selected_rows_functor_test.cu
      
      * Fix compile error
      
      * Fix compile error
      73858547
  10. 06 3月, 2018 1 次提交
  11. 05 3月, 2018 1 次提交
  12. 03 3月, 2018 1 次提交
  13. 02 3月, 2018 1 次提交
  14. 26 2月, 2018 1 次提交
  15. 12 2月, 2018 2 次提交
  16. 10 2月, 2018 2 次提交
  17. 09 2月, 2018 1 次提交
  18. 08 2月, 2018 1 次提交
  19. 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
  20. 29 9月, 2017 1 次提交
  21. 28 9月, 2017 2 次提交
  22. 11 9月, 2017 1 次提交