1. 05 8月, 2021 1 次提交
  2. 08 4月, 2021 1 次提交
  3. 06 4月, 2021 1 次提交
  4. 27 11月, 2020 1 次提交
  5. 18 8月, 2020 1 次提交
  6. 08 11月, 2019 1 次提交
  7. 14 10月, 2019 1 次提交
    • J
      add expand_as op, test=develop (#20565) · 2ff18e53
      JesseyXujin 提交于
      * add expand_as op, test=develop
      
      * add expand_as op,test=develop
      
      * add expand_as op,test=develop
      
      * add nn.py, test=develop
      
      * delele paddle_enforce, test=develop
      2ff18e53
  8. 17 9月, 2019 1 次提交
    • L
      fix expand op: (#19302) · e9e3c087
      liym27 提交于
      1. add tensor support for argument expand_times in expand op;
      2. add support parameter inference when argument expand_times is a list containing integer and tensor variable;
      
      improve expand op according to reviews:
      1. add doc of ExpandTimes in expand_op.cc;
      2. improve the test of test_api.
      
      add stop_gradient=True when attr(expand_times) is tensor Variable, change code examples.
      test=develop,test=document_preview
      e9e3c087
  9. 10 9月, 2019 1 次提交
  10. 04 6月, 2019 1 次提交
    • H
      expand op supprt tensor attribute (#17773) · dfec6762
      Hongyu Liu 提交于
      * expand support tensor attribute; test=develop
      
      * fix bug ; test=develop
      
      * fix uni test bug; test=develop
      
      * fix copy bug; test=develop
      
      * refine expand_times default value; test=develop
      dfec6762
  11. 18 12月, 2018 1 次提交
  12. 19 4月, 2018 1 次提交
  13. 15 2月, 2018 1 次提交
    • Y
      Update tensor_util.h (#8422) · cfffb1a3
      Yi Wang 提交于
      * Update tensor_util.h
      
      * Update with moved TensorDesc
      
      * Fix tensur_utils.cu
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Make tensor_util.cu a symbolic link
      cfffb1a3
  14. 12 2月, 2018 1 次提交
  15. 10 2月, 2018 2 次提交
  16. 09 1月, 2018 1 次提交
  17. 26 12月, 2017 1 次提交
  18. 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
  19. 26 11月, 2017 1 次提交
    • D
      Feature/copytensor (#5455) · 45062fe5
      dzhwinter 提交于
      * "make global tensor function independently"
      
      * "replace functor"
      
      * "fix inline template error"
      
      * "fix tensor array with CopyFrom"
      
      * "fix other case use CopyFrom"
      
      * "move the op interface hardly"
      
      * "fix operators"
      
      * "fix typo"
      
      * "delete dynamic recurrent rnn and fix gru_unit in debugmode"
      
      * "fix unique_ptr copy"
      
      * "fix cuda copy"
      
      * "fix namespace error"
      
      * "removed nccl python test"
      
      * "fix include error"
      
      * "fix typo"
      
      * fix copy util test
      45062fe5
  20. 10 11月, 2017 1 次提交
  21. 09 11月, 2017 1 次提交
  22. 13 9月, 2017 2 次提交