MCPcopy Create free account
hub / github.com/BVLC/caffe / LSTMUnitLayer

Method LSTMUnitLayer

include/caffe/layers/lstm_layer.hpp:71–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69class 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected