• 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
tensor.py 53.3 KB