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

Method MakeReferenceTop

src/caffe/test/test_convolution_layer.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 virtual Blob<Dtype>* MakeReferenceTop(Blob<Dtype>* top) {
179 this->ref_blob_top_.reset(new Blob<Dtype>());
180 this->ref_blob_top_->ReshapeLike(*top);
181 return this->ref_blob_top_.get();
182 }
183
184 Blob<Dtype>* const blob_bottom_;
185 Blob<Dtype>* const blob_bottom_2_;

Callers 1

TYPED_TESTFunction · 0.45

Calls 3

ReshapeLikeMethod · 0.80
resetMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected