Paddle GRU step layer does not support error clipping
Created by: reyoung
In trainer_config_helper, we didn't compose a naive implementation of GRU step layer, which supports error clipping.
Error clipping in GRU step is very useful, especially for long sequence problems, such as machine translation.
If we support error clipping in gru step, it will fix issue #1143 (closed) .