add GatherSliceToSplitFusion and Unittest #25676
Annotations
1 error and 10 warnings
Run reviewdog/action-cpplint@master
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/gather_slice_fusion.cc#L268
[cpplint] reported by reviewdog 🐶
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
Raw Output:
onnxruntime/core/optimizer/gather_slice_fusion.cc:268: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/gather_slice_fusion.cc#L299
[cpplint] reported by reviewdog 🐶
If an else has a brace on one side, it should have it on both [readability/braces] [5]
Raw Output:
onnxruntime/core/optimizer/gather_slice_fusion.cc:299: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/gather_slice_fusion.cc#L312
[cpplint] reported by reviewdog 🐶
Closing ) should be moved to the previous line [whitespace/parens] [2]
Raw Output:
onnxruntime/core/optimizer/gather_slice_fusion.cc:312: Closing ) should be moved to the previous line [whitespace/parens] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/gather_slice_fusion.cc#L353
[cpplint] reported by reviewdog 🐶
Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
Raw Output:
onnxruntime/core/optimizer/gather_slice_fusion.cc:353: Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/gather_slice_fusion.h#L17
[cpplint] reported by reviewdog 🐶
private: should be indented +1 space inside class GatherSliceToSplitFusion [whitespace/indent] [3]
Raw Output:
onnxruntime/core/optimizer/gather_slice_fusion.h:17: private: should be indented +1 space inside class GatherSliceToSplitFusion [whitespace/indent] [3]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/gather_slice_fusion.h#L27
[cpplint] reported by reviewdog 🐶
public: should be indented +1 space inside class GatherSliceToSplitFusion [whitespace/indent] [3]
Raw Output:
onnxruntime/core/optimizer/gather_slice_fusion.h:27: public: should be indented +1 space inside class GatherSliceToSplitFusion [whitespace/indent] [3]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/gather_slice_fusion.h#L28
[cpplint] reported by reviewdog 🐶
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Raw Output:
onnxruntime/core/optimizer/gather_slice_fusion.h:28: Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/gather_slice_fusion.h#L32
[cpplint] reported by reviewdog 🐶
Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
Raw Output:
onnxruntime/core/optimizer/gather_slice_fusion.h:32: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/gather_slice_fusion.h#L34
[cpplint] reported by reviewdog 🐶
Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
Raw Output:
onnxruntime/core/optimizer/gather_slice_fusion.h:34: Namespace should be terminated with "// namespace onnxruntime" [readability/namespace] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/optimizer/graph_transform_test.cc#L7721
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/test/optimizer/graph_transform_test.cc:7721: You don't need a ; after a } [readability/braces] [4]
|
The logs for this run have expired and are no longer available.
Loading