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

0 comments on commit 4273b4e

Please sign in to comment.