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

Method BlobSimpleTest

src/caffe/test/test_blob.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14class BlobSimpleTest : public ::testing::Test {
15 protected:
16 BlobSimpleTest()
17 : blob_(new Blob<Dtype>()),
18 blob_preshaped_(new Blob<Dtype>(2, 3, 4, 5)) {}
19 virtual ~BlobSimpleTest() { delete blob_; delete blob_preshaped_; }
20 Blob<Dtype>* const blob_;
21 Blob<Dtype>* const blob_preshaped_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected