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

Method ImageDataLayerTest

src/caffe/test/test_image_data_layer.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 protected:
24 ImageDataLayerTest()
25 : seed_(1701),
26 blob_top_data_(new Blob<Dtype>()),
27 blob_top_label_(new Blob<Dtype>()) {}
28 virtual void SetUp() {
29 blob_top_vec_.push_back(blob_top_data_);
30 blob_top_vec_.push_back(blob_top_label_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected