Enhance prune method for RNN
Created by: kexinzhao
When I am implementing the inference example for test_rnn_encoder_decoder.
The prune() method gives error when save_inference_model. This is because prune() method currently does not take into account of RNN op.
See some discussions here
Will work on this together with #8059 (closed)