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

Method EmbedLayer

include/caffe/layers/embed_layer.hpp:22–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20class 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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected