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

Method DummyDataLayer

include/caffe/layers/dummy_data_layer.hpp:21–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19class DummyDataLayer : public Layer<Dtype> {
20 public:
21 explicit DummyDataLayer(const LayerParameter& param)
22 : Layer<Dtype>(param) {}
23 virtual void LayerSetUp(const vector<Blob<Dtype>*>& bottom,
24 const vector<Blob<Dtype>*>& top);
25 // Data layers have no bottoms, so reshaping is trivial.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected