• G
    Fix basic_gru and docs of gru_unit and dynamic_gru (#19393) (#20596) · 57173763
    Guo Sheng 提交于
    * Fix docs of gru_unit and dynamic_gru.
    
    Fix basic_gru in rnn_impl.py.
    
    Add error messages for param_attr setting in layer_norm api.
    
    Add int64 dtype for expand.
    
    test=develop
    
    * Reopen unit-tests of basic_gru/basic_lstm in rnn_impl.py.
    test=develop
    
    * Add unit test for layer_norm api.
    test=develop
    
    * Remove the deprecated gru doc fix. test=develop
    
    * Fix basic_gru test coverage. test=develop
    
    * Update API.spec. test=develop
    
    * Update API.spec. test=develop
    
    * Fix test_basic_gru coverage test. test=develop
    
    * Update test_basic_gru in test_layers to use fluid.data
    test=develop
    
    * Update test_basic_gru for coverage. test=develop
    57173763
test_layer_norm_op.py 7.9 KB