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

Function TEST_F

src/caffe/test/test_split_layer.cpp:113–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111};
112
113TEST_F(SplitLayerInsertionTest, TestNoInsertion1) {
114 const string& input_proto =
115 "name: 'TestNetwork' "
116 "layer { "
117 " name: 'data' "
118 " type: 'Data' "
119 " top: 'data' "
120 " top: 'label' "
121 "} "
122 "layer { "
123 " name: 'innerprod' "
124 " type: 'InnerProduct' "
125 " bottom: 'data' "
126 " top: 'innerprod' "
127 "} "
128 "layer { "
129 " name: 'loss' "
130 " type: 'SoftmaxWithLoss' "
131 " bottom: 'innerprod' "
132 " bottom: 'label' "
133 "} ";
134 this->RunInsertionTest(input_proto, input_proto);
135}
136
137TEST_F(SplitLayerInsertionTest, TestNoInsertion2) {
138 const string& input_proto =

Callers

nothing calls this directly

Calls 1

RunInsertionTestMethod · 0.80

Tested by

no test coverage detected