1. 06 3月, 2020 2 次提交
  2. 05 3月, 2020 2 次提交
  3. 04 3月, 2020 3 次提交
  4. 03 3月, 2020 1 次提交
    • L
      [Cherry-pick] Fix inference c api PD_GetZeroCopyOutput lod and c api encapsulation (#22826) · cfa34dfc
      liu zhengxi 提交于
      * Fix pointer and c-api encapsulation (#22663)
      
      * refine pointer and c-api prototype, test=develop
      
      * fix new c api profile bug, test=develop
      
      * add unit tests, test=develop
      
      * Fix inference c api PD_GetZeroCopyOutput lod (#22768)
      
      * fix inference c api lod, test=develop
      
      * fix capi lod problem and enrich tests, test=develop
      
      * delete useless header files and alter const_cast, test=develop
      cfa34dfc
  5. 02 3月, 2020 1 次提交
  6. 28 2月, 2020 1 次提交
  7. 27 2月, 2020 1 次提交
  8. 25 2月, 2020 1 次提交
  9. 24 2月, 2020 1 次提交
  10. 19 2月, 2020 3 次提交
  11. 18 2月, 2020 8 次提交
  12. 17 2月, 2020 11 次提交
  13. 16 2月, 2020 2 次提交
  14. 13 2月, 2020 3 次提交
    • C
      Post_training_quantization support set quant 8/16 bits (#22492) (#22577) · 926227c8
      cc 提交于
      Post_training_quantization support set quant 8/16 bits 
      926227c8
    • load inference model from memory buffer, test=release/1.7 (#22562) · baec7a35
      石晓伟 提交于
      * 1. load model from memory
      
      2. scale is no longer added when saving inference model
      
      test=develop
      
      * raise ci coverage, test=develop
      
      * supports saving weights to memory. test=develop
      
      * raise ci coverage, test=develop
      
      * fix PADDLE_ENFORCE messages, test=develop
      baec7a35
    • G
      Add support for dynamic_decode(while) training. (#22231) (#22574) · 4e3c535a
      Guo Sheng 提交于
      * Add support for dynamic_decode(while) training. test=develop
      
      * Fix assign_op and tensor_array_read_write_op after solving conflict. test=develop
      
      * Fix test_rnn_decode_api.py. test=develop
      
      * Refine docs for apis in rnn.py. test=develop
      
      * Adjust outputs of dynamic_decode. test=develop
      
      * Remove the force_cpu update in assign_op. test=develop
      
      * Remove the force_cpu update in assign_op. test=develop
      
      * Make RNNCell.get_initial_states support batch_dim_idx argument. test=develop
      
      * Rename _create_array_outof_while as _create_array_out_of_while in rnn.py.
      
      test=release/1.7
      4e3c535a