Added NeuronLayer<Dtype>::SetUp(bottom, top) to ThresholdLayer
authorSergio Guadarrama <sguada@gmail.com>
Fri, 16 May 2014 00:14:00 +0000 (17:14 -0700)
committerSergio <sguada@gmail.com>
Tue, 27 May 2014 17:32:23 +0000 (10:32 -0700)
src/caffe/test/test_threshold_layer.cpp

index 7191bb2..6232d0c 100644 (file)
@@ -89,4 +89,5 @@ TYPED_TEST(ThresholdLayerTest, TestCPU2) {
     EXPECT_TRUE(top_data[i] == 1 && bottom_data[i] > threshold_);
   }
 }
+
 }  // namespace caffe