• X
    Cudnn rnn layers api (#23390) · 840ac2b3
    Xing Wu 提交于
    * add cudnn compatiable rnn cell api for dygraph
    
    * update sample code
    
    * update some typos
    
    * fix specify name in param_attr problem
    
    * add pre-commit check
    
    * remove duplicate import, test=develop
    
    * add unittest coverage, test=develop
    
    * make code more tight, test=develop
    
    * cudnn_compatibale -> use_cudnn_impl, test=develop
    
    * change api name, test=develop
    840ac2b3
rnn.py 18.7 KB