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

Method SPPLayerTest

src/caffe/test/test_spp_layer.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24 protected:
25 SPPLayerTest()
26 : blob_bottom_(new Blob<Dtype>()),
27 blob_bottom_2_(new Blob<Dtype>()),
28 blob_bottom_3_(new Blob<Dtype>()),
29 blob_top_(new Blob<Dtype>()) {}
30 virtual void SetUp() {
31 Caffe::set_random_seed(1701);
32 blob_bottom_->Reshape(2, 3, 9, 8);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected