Graph


[TVM Code Analysis] The NNVM Computation Graph Abstraction Mechanism
2018-12-01 Research MXNet NNVM Graph

Notes from reading NNVM code, algorithm analysis, and reflections.

[MXNet Code Analysis] Static Computation Graph Implementation of LSTM
2017-07-07 Research MXNet LSTM Graph

A brief analysis of how a static computation graph system like MXNet implements LSTM modeling and training.