1. 01 3月, 2021 1 次提交
    • W
      optimize unity build (#31119) · a13f1d69
      wuhuanzhou 提交于
      * optimize unity build, test=develop
      
      * fix compilation error on Windows, test=develop
      
      * fix compilation error, test=develop
      
      * fix code style error, test=develop
      a13f1d69
  2. 09 10月, 2020 1 次提交
  3. 07 10月, 2019 1 次提交
    • Y
      Refactor linear chain crf op & crf decoding op (#19982) · 01ad8d2e
      Yibing Liu 提交于
      * Update crf_decoding api & example
      
      test=develop
      
      * Update api spec
      
      test=develop
      
      * Fix linear chain crf api
      
      test=develop
      
      * Avoid sharing data pointer with input
      
      test=develop
      
      * Simplify the logic in linear_chain_crf_decoding
      
      * Add unittest for crf_decoding when label & path both are set
      
      test=develop
      
      * Update API spec
      
      test=develop
      
      * Add unittest for layers && correct infer_shape in chunk_eval
      
      test=develop
      01ad8d2e
  4. 07 9月, 2019 1 次提交
  5. 02 9月, 2019 1 次提交
    • J
      add padding in linear_chain_crf op (#19583) · 4a7e6deb
      JesseyXujin 提交于
      * add padding in linear_chain_crf op
      
      * modify API.spec
      
      * add linear_chain_crf_op.cc and linear_chain_crf_op.h
      
      * remove useless unit test , test=develop
      
      * modify API.spec, test=develop
      
      * remove some blanks in nn.py , test=develop
      
      * fix some bugs on nn.py and API.spec ,test=develop
      
      * fix nn.py, test=develop
      
      * fix API.spec ,test=develop
      
      * fix bug of CI test in test_linear_chain_crf_op.py
      
      * fix bug of CI test in test_linear_chain_crf_op.py, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * remove paddle_enforce, test=develop
      
      * modify nn.py, test=develop
      
      * fix API.spec, test=develop
      
      * fix unittest bug, test=develop
      4a7e6deb
  6. 12 4月, 2018 1 次提交
  7. 12 2月, 2018 1 次提交
  8. 10 2月, 2018 2 次提交
  9. 19 1月, 2018 1 次提交
  10. 09 1月, 2018 1 次提交
  11. 25 12月, 2017 1 次提交
  12. 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
  13. 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
  14. 22 11月, 2017 1 次提交
    • Q
      07/Label semantic roles (#5798) · 53bd51e3
      Qiao Longfei 提交于
      * init label_semantic_roles.py
      
      * add linear_chain_crf and test
      
      * complete test_linear_chain_crf
      
      * correct last layer of db_lstm
      
      * update optimizer and initializer
      
      * update param_initializer of embedding_layer
      
      * support load pre trained embedding
      
      * rm unused parameter
      
      * optimize code
      
      * clean code
      
      * fix test
      
      * add todo
      53bd51e3
  15. 04 11月, 2017 1 次提交
  16. 31 10月, 2017 3 次提交
  17. 27 10月, 2017 2 次提交
  18. 24 10月, 2017 1 次提交
  19. 23 10月, 2017 1 次提交
  20. 17 10月, 2017 1 次提交
  21. 12 10月, 2017 1 次提交
  22. 29 9月, 2017 1 次提交
  23. 28 9月, 2017 1 次提交
  24. 20 9月, 2017 1 次提交
  25. 23 8月, 2017 1 次提交
  26. 11 8月, 2017 1 次提交
  27. 08 8月, 2017 1 次提交
  28. 07 8月, 2017 1 次提交
  29. 05 8月, 2017 1 次提交
  30. 02 8月, 2017 1 次提交
  31. 01 8月, 2017 1 次提交
  32. 26 7月, 2017 1 次提交
  33. 25 7月, 2017 1 次提交
  34. 19 7月, 2017 2 次提交
  35. 17 7月, 2017 1 次提交