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

Method HDF5DataLayerTest

src/caffe/test/test_hdf5data_layer.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21 protected:
22 HDF5DataLayerTest()
23 : filename(NULL),
24 blob_top_data_(new Blob<Dtype>()),
25 blob_top_label_(new Blob<Dtype>()),
26 blob_top_label2_(new Blob<Dtype>()) {}
27 virtual void SetUp() {
28 blob_top_vec_.push_back(blob_top_data_);
29 blob_top_vec_.push_back(blob_top_label_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected