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

Method MemoryDataLayer

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

Source from the content-addressed store, hash-verified

20class MemoryDataLayer : public BaseDataLayer<Dtype> {
21 public:
22 explicit MemoryDataLayer(const LayerParameter& param)
23 : BaseDataLayer<Dtype>(param), has_new_data_(false) {}
24 virtual void DataLayerSetUp(const vector<Blob<Dtype>*>& bottom,
25 const vector<Blob<Dtype>*>& top);
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected