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

Method DataLayerSetUp

include/caffe/layers/base_data_layer.hpp:29–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 virtual void LayerSetUp(const vector<Blob<Dtype>*>& bottom,
28 const vector<Blob<Dtype>*>& top);
29 virtual void DataLayerSetUp(const vector<Blob<Dtype>*>& bottom,
30 const vector<Blob<Dtype>*>& top) {}
31 // Data layers have no bottoms, so reshaping is trivial.
32 virtual void Reshape(const vector<Blob<Dtype>*>& bottom,
33 const vector<Blob<Dtype>*>& top) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected