1. 27 2月, 2020 2 次提交
  2. 26 2月, 2020 1 次提交
  3. 25 2月, 2020 3 次提交
  4. 24 2月, 2020 2 次提交
    • S
      add partial_sum op in contrib (#22292) · 3132681e
      ShenLiang 提交于
      * add partial_sum_op, test=develop
      
      * modify the Paddle Error Message, test=develop
      
      * modify the Paddle Error Message, test=develop
      
      * modify the bug for python3, test=develop
      
      * modify the ut for ci, test=develop
      
      * mv to contrib, test=develop
      
      * use check_variable_and_dtype, test=develop
      
      * fix ci, test=develop
      
      * fix conflict, test=dvelop
      
      * add partial concat, test=develop
      
      * fix the conflict, test=develop
      
      * fix the error, test=develop
      
      * rm SSE4, test=develop
      3132681e
    • S
      add partial_concat op in contrib (#22528) · e1366613
      ShenLiang 提交于
      * add partial_concat, test=develop
      
      * fix the grids and blocks, test=develop
      
      * fix the Paddle_Enforce, test=develop
      
      * fix the doc of op, test=develop
      
      * fix the doc, test=develop
      
      * fix the doc of the op, test=develop
      
      * replace -1 with None, test=develop
      e1366613
  5. 23 2月, 2020 1 次提交
  6. 22 2月, 2020 2 次提交
  7. 21 2月, 2020 2 次提交
  8. 18 2月, 2020 1 次提交
  9. 17 2月, 2020 4 次提交
  10. 15 2月, 2020 1 次提交
    • S
      update ops's unittest data type from float32 to float64 and shape over 100 (#22544) · 90ee3666
      Steffy-zxf 提交于
      * update ops's unittest of elementwise_pow, elementwise_max, elementwise_min, scale and sqrt
      1. update elementwise_pow, elementwise_max and scale's unitests with input data type (float32 -> float64)
      2. fix bug that the elementwise_pow doesn't meet threshold requirements with tackling float64 data
      3. remove sqrt from op_accuracy_white_list.py
      4. update the unittests of elementwise_pow, elementwise_max and elementwise_min ops that their input data shape over 100
      5. test=develop
      
      * modify the writing style according suggestions
      test=develop
      90ee3666
  11. 13 2月, 2020 1 次提交
  12. 12 2月, 2020 3 次提交
  13. 11 2月, 2020 4 次提交
  14. 10 2月, 2020 3 次提交
  15. 07 2月, 2020 4 次提交
  16. 06 2月, 2020 1 次提交
    • Y
      Correct the use of DeviceContext in unittest sequence_pooling_test and... · 44b45b9f
      Yiqun Liu 提交于
      Correct the use of DeviceContext in unittest sequence_pooling_test and sequence_padding_test (#22456)
      
      * Add log in memory::Copy for debug purpose.
      
      * Change to use context in DeviceContextPool directly in sequence_pooling_test, instead to new one.
      
      * Change to use context in DeviceContextPool directly in sequence_padding_test, instead to new one.
      test=develop
      
      * Change the type of second_dim from size_t to int64_t.
      test=develop
      44b45b9f
  17. 05 2月, 2020 2 次提交
  18. 04 2月, 2020 1 次提交
  19. 02 2月, 2020 1 次提交
  20. 31 1月, 2020 1 次提交
    • M
      [DNNL] Fix accuracy in INT8 FC (#22404) · 269db0d1
      Michał Gallus 提交于
      * Enable quantize to reorder to nchw as well
      
      * Correct FC MKL-DNN input dim requirements to accept 3D
      
      * Improve DNNL FC format, error and 3D input handling
      
      test=develop
      
      * Improve error checking in FC
      
      test=develop
      
      * Improve PADDLE_ENFORCE messages in fc-related files
      
      * Remove data layout attribute from obligatory pass args
      
      test=develop
      
      * Fix message in fc_mkldnn_pass to be logically correct
      
      test=develop
      269db0d1