You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/09/02 10:33:18 UTC

[GitHub] [incubator-mxnet] zixuanweeei opened a new pull request #16071: MKL-DNN RNN checks NDArray version

zixuanweeei opened a new pull request #16071: MKL-DNN RNN checks NDArray version
URL: https://github.com/apache/incubator-mxnet/pull/16071
 
 
   ## Description ##
   This should fix ISSUE #16037. A member variable `weights_version` is added to `RNNOp` class. Besides, instead of using `Storage::Handle` to hold the temp space, this PR turns to use `NDArray` for the management of temp space. @ciyongch @PatricZhao @TaoLv @ZhennanQin 
   
   ## Checklist ##
   ### Changes ###
   - [x] Weights version (`NDArray.version()`) check, unit test added
   - [x] `Storage::Handle` -> `NDArray`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services