| 20 | class EmbedLayer : public Layer<Dtype> { |
| 21 | public: |
| 22 | explicit EmbedLayer(const LayerParameter& param) |
| 23 | : Layer<Dtype>(param) {} |
| 24 | virtual void LayerSetUp(const vector<Blob<Dtype>*>& bottom, |
| 25 | const vector<Blob<Dtype>*>& top); |
| 26 | virtual void Reshape(const vector<Blob<Dtype>*>& bottom, |
nothing calls this directly
no outgoing calls
no test coverage detected