1. 18 2月, 2020 4 次提交
  2. 17 2月, 2020 11 次提交
  3. 16 2月, 2020 4 次提交
  4. 15 2月, 2020 5 次提交
  5. 14 2月, 2020 6 次提交
  6. 13 2月, 2020 8 次提交
  7. 12 2月, 2020 2 次提交
    • G
      Add support for dynamic_decode(while) training. (#22231) · 31b54646
      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=develop
      31b54646
    • T
      fix bug with compiledProgram (#22495) · b0675c81
      tangwei12 提交于
      * add thread barrier for the compiled program
      b0675c81