mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-07 10:14:27 +00:00
Format code
This commit is contained in:
@@ -209,9 +209,7 @@ TEST_F(DenseLayerTest, ForwardRandomWeightMatrixSigmoid) {
|
||||
};
|
||||
|
||||
for (int i = 0; i < outputSize; ++i) {
|
||||
EXPECT_NEAR(
|
||||
output[i], expectedOutput[i], 1e-5
|
||||
);
|
||||
EXPECT_NEAR(output[i], expectedOutput[i], 1e-5);
|
||||
}
|
||||
|
||||
commonTestTeardown(d_input, d_output);
|
||||
|
||||
Reference in New Issue
Block a user