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

Method BlobMathTest

src/caffe/test/test_blob.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 typedef typename TypeParam::Dtype Dtype;
118 protected:
119 BlobMathTest()
120 : blob_(new Blob<Dtype>(2, 3, 4, 5)),
121 epsilon_(1e-6) {}
122
123 virtual ~BlobMathTest() { delete blob_; }
124 Blob<Dtype>* const blob_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected