Skip to content

Commit c4d4fa6

Browse files
committed
clang
1 parent b0c79b3 commit c4d4fa6

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

test/single_layer/test_ewlayer.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -459,11 +459,10 @@ INSTANTIATE_TEST_SUITE_P(
459459
{std::tanh(-2.0f), std::tanh(-1.0f), std::tanh(0.0f),
460460
std::tanh(1.0f), std::tanh(2.0f)},
461461
"Tanh"},
462-
EWLayerTestParams{"relu", 1.0f, 0.0f,
463-
BaseTestFixture::ascending1DData(),
464-
BaseTestFixture::ascending1DShape(),
465-
BaseTestFixture::ascending1DData(),
466-
"ReLU_Ascending"},
462+
EWLayerTestParams{
463+
"relu", 1.0f, 0.0f, BaseTestFixture::ascending1DData(),
464+
BaseTestFixture::ascending1DShape(),
465+
BaseTestFixture::ascending1DData(), "ReLU_Ascending"},
467466
EWLayerTestParams{
468467
"relu",
469468
1.0f,

0 commit comments

Comments
 (0)