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

Method PoolingLayerTest

src/caffe/test/test_pooling_layer.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 protected:
24 PoolingLayerTest()
25 : blob_bottom_(new Blob<Dtype>()),
26 blob_top_(new Blob<Dtype>()),
27 blob_top_mask_(new Blob<Dtype>()) {}
28 virtual void SetUp() {
29 Caffe::set_random_seed(1701);
30 blob_bottom_->Reshape(2, 3, 6, 5);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected