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

Method DataLayerTest

src/caffe/test/test_data_layer.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26 protected:
27 DataLayerTest()
28 : backend_(DataParameter_DB_LEVELDB),
29 blob_top_data_(new Blob<Dtype>()),
30 blob_top_label_(new Blob<Dtype>()),
31 seed_(1701) {}
32 virtual void SetUp() {
33 filename_.reset(new string());
34 MakeTempDir(filename_.get());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected