Created by: tonyyang-svail
Overview
Executor
- Instantiate all the ops in the RNN block
- Set ops and vars in RNNOp
RNN
- Replace
NetOp
tovector<Op>
. This will results compilation failure inbackward.cc
- Add
vector<string> vars_
to represent temporary variable name inside RNN
Checklist:
- Pass Forward
- Pass Backward
- Clean up