1. 14 5月, 2020 1 次提交
  2. 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
  3. 15 8月, 2019 1 次提交
    • Y
      Add padding support for crf_decoding (#19057) · 50b1cab1
      Yibing Liu 提交于
      * Add padding support for crf_decoding
      
      * Fixes in comupte kernel
      
      test=develop
      
      * Update API Spec
      
      test=develop
      
      * Update API.spec
      
      test=develop
      
      * Avoid using paddle_enforce
      
      test=develop
      
      * Fix enforce
      
      test=develop
      50b1cab1
  4. 20 4月, 2019 1 次提交
  5. 08 3月, 2019 1 次提交
  6. 07 3月, 2019 1 次提交
  7. 20 12月, 2018 1 次提交
  8. 18 12月, 2018 1 次提交
  9. 17 12月, 2018 1 次提交
  10. 26 10月, 2018 1 次提交
  11. 20 8月, 2018 1 次提交
    • Y
      Optimize CRF Decoding with AVX/AVX2/AVX512F instruction (#12767) · 084d4a9e
      Yihua Xu 提交于
      * Optimize CRF decoding with AVX/AVX2 instruction
      
      * Enable the AVX2 flags for compiling
      
      * Clean the code and decrease the count of multiply calculation
      
      * Add the support of AVX512 instruction to optimize CRF Decoding
      
      * Clean the code
      
      * Enable the AVX512f flags for compiling
      
      * Clean the code for the invaluable switch
      
      * Fixed the issue to check AVX512F status
      
      * Clean the code
      
      * Add some explanation of the key points
      084d4a9e
  12. 11 4月, 2018 1 次提交
  13. 12 2月, 2018 1 次提交
  14. 10 2月, 2018 2 次提交
  15. 08 1月, 2018 1 次提交
    • Q
      cpu gpu transform function (#7191) · 0f353ab4
      Qiao Longfei 提交于
      * add rename guard
      
      * add device_data_transform
      
      * add device_data_transform_test
      
      * modify GetExpectedKernelType
      
      * update operator.run
      
      * support test test_label_semantic_roles
      
      * optimize code
      
      * optimize code
      
      * rename GetActualKernelType to GetExpectedKernelType
      
      * fix chunk_eval_op and device_data_transform_test
      
      * add is_same_place to place
      
      * optimize code, refine rename_guard
      
      * refine rename guard, add GetKernelTypeForVar
      
      * optimize code
      
      * add some log
      
      * rename guard
      
      * use sub scope to create var
      
      * fix compile
      
      * add IsInitialized for Tensor
      
      * add VarIsTensor
      
      * fix op_registry_test
      
      * test
      
      * tmp disable priority
      
      * restore switch_kernel.md
      
      * code clean
      0f353ab4
  16. 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
  17. 05 12月, 2017 1 次提交
  18. 04 11月, 2017 1 次提交