Skip to content

Commit

Permalink
Remove comments leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuzanna Gawrysiak committed May 17, 2022
1 parent 2ffb76b commit 4273b4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paddle/fluid/framework/ir/mkldnn/cpu_quantize_pass_tester.cc
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,9 @@ void TestElementwiseUnsignedAndSignedInput(
}

const std::vector<std::vector<std::string>> elementwises = {
{"elementwise_add", "ElementwiseAdd"}, // 0
{"elementwise_mul", "ElementwiseMul"}, // 1
{"elementwise_sub", "ElementwiseSub"}}; // 2
{"elementwise_add", "ElementwiseAdd"},
{"elementwise_mul", "ElementwiseMul"},
{"elementwise_sub", "ElementwiseSub"}};

class TestElementwises
: public testing::TestWithParam<std::vector<std::string>> {};
Expand Down

1 comment on commit 4273b4e

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 4273b4e May 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #42854 Commit ID: 4273b4e contains failed CI.

🔹 Failed: PR-CI-ScienceTest

Unknown Failed
Unknown Failed

Please sign in to comment.