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

Method CropLayerTest

src/caffe/test/test_crop_layer.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19 protected:
20 CropLayerTest()
21 : blob_bottom_0_(new Blob<Dtype>(2, 4, 5, 4)),
22 blob_bottom_1_(new Blob<Dtype>(2, 3, 4, 2)),
23 blob_top_(new Blob<Dtype>()) {}
24 virtual void SetUp() {
25 // fill the values
26 FillerParameter filler_param;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected