| 69 | class LSTMUnitLayer : public Layer<Dtype> { |
| 70 | public: |
| 71 | explicit LSTMUnitLayer(const LayerParameter& param) |
| 72 | : Layer<Dtype>(param) {} |
| 73 | virtual void Reshape(const vector<Blob<Dtype>*>& bottom, |
| 74 | const vector<Blob<Dtype>*>& top); |
| 75 |
nothing calls this directly
no outgoing calls
no test coverage detected