1. 23 4月, 2020 12 次提交
  2. 22 4月, 2020 15 次提交
  3. 21 4月, 2020 7 次提交
  4. 20 4月, 2020 6 次提交
    • W
      add clamp api, test=develop (#23273) · 931cba2e
      wangguanzhong 提交于
      * add clamp api, test=develop
      931cba2e
    • Z
      OP(fusion_gru) error message enhancement. test=develop (#23591) · a28a63a9
      zhaoyuchen2018 提交于
      * OP(fusion_gru) error message enhancement. test=develop
      
      * refine code, test=develop
      
      * Refine inout log, test=develop
      
      * Refine description, test=develop
      a28a63a9
    • Z
      Optimize the error messages of paddle CUDA API (#23816) · 78170037
      Zhou Wei 提交于
      * Optimize the error messages of paddle CUDA API, test=develop
      
      * fix the error messages of paddle CUDA API, test=develop
      
      * Refactoring PADDLE_ENFORCE_CUDA_SUCCESS, and apply to curand/cudnn/cublas/NCCL,test=develop
      
      * remove build_ex_string,test=develop
      
      * merge conflict,test=develop
      78170037
    • S
      add 'seed' arguemnt of randint API (#23809) · f6dbf8e3
      silingtong123 提交于
      
      * test=develop, add seed arguemnt of randint API
      f6dbf8e3
    • D
      fix example bug;test=develop (#23893) · 7049f301
      danleifeng 提交于
      7049f301
    • L
      add diag_embed op (#23385) · 87d8dc3d
      Li Fuchen 提交于
      * add diag_embed op, test=develop
      
      * add TestCase of diag_embed API
      
      * Modified diag embed python API teastcase from dygraph to static graph, test=develop
      
      * delete useless log and trigger ci, test=develop
      
      * modified float16 of diag_embed, test=develop
      
      * modified en doc of diag_embed
      
      * trigger ci, test=develop
      
      * add fp16 in dtype check of python API, test=develop
      
      * modified __init__ and fix a big, test=develop
      
      * modified a test bug of test_bicubic_interp_op and test_trilinear_interp_op, test=develop
      
      * modified to use one kernel on cpu and cuda, test=develop
      87d8dc3d