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

Method DummyDataLayerTest

src/caffe/test/test_dummy_data_layer.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class DummyDataLayerTest : public CPUDeviceTest<Dtype> {
17 protected:
18 DummyDataLayerTest()
19 : blob_top_a_(new Blob<Dtype>()),
20 blob_top_b_(new Blob<Dtype>()),
21 blob_top_c_(new Blob<Dtype>()) {}
22
23 virtual void SetUp() {
24 blob_bottom_vec_.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected