Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
YUNQIUGUO committed Nov 22, 2023
1 parent 8a3e2dc commit 2a0c15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnxruntime/test/providers/cpu/tensor/split_op_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,8 @@ TEST(SplitOperatorTest, Axis2UnequalSplit) {
16.f, 17.f, 18.f,
22.f, 23.f, 24.f}});

// Note: temporarily marked qnn ep as excluded when running tests with split_as_input=true.
// TODO: Need to resolve to see if it's not supported or test case failure.
// Note: temporarily marked qnn ep as excluded when running tests with split_as_input=true.
// TODO: Need to resolve to see if it's not supported or test case failure.

Check warning on line 363 in onnxruntime/test/providers/cpu/tensor/split_op_test.cc

View workflow job for this annotation

GitHub Actions / cpplint

[cpplint] onnxruntime/test/providers/cpu/tensor/split_op_test.cc#L363

Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw output
onnxruntime/test/providers/cpu/tensor/split_op_test.cc:363:  Missing username in TODO; it should look like "// TODO(my_username): Stuff."  [readability/todo] [2]
RunTest<float>(axis, splits, input, outputs, {kTensorrtExecutionProvider, kQnnExecutionProvider}, false, true);
RunTest<float>(axis, splits, input, outputs, {kTensorrtExecutionProvider});
}
Expand Down

0 comments on commit 2a0c15c

Please sign in to comment.