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

Method ImageDataLayer

include/caffe/layers/image_data_layer.hpp:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23class ImageDataLayer : public BasePrefetchingDataLayer<Dtype> {
24 public:
25 explicit ImageDataLayer(const LayerParameter& param)
26 : BasePrefetchingDataLayer<Dtype>(param) {}
27 virtual ~ImageDataLayer();
28 virtual void DataLayerSetUp(const vector<Blob<Dtype>*>& bottom,
29 const vector<Blob<Dtype>*>& top);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected