add GatherSliceToSplitFusion and Unittest #25636
Annotations
4 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/gather_slice_fusion.cc#L181
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/optimizer/gather_slice_fusion.cc:181: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/gather_slice_fusion.cc#L300
[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:300: 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.h#L27
[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:27: Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/optimizer/graph_transform_test.cc#L7725
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/test/optimizer/graph_transform_test.cc:7725: You don't need a ; after a } [readability/braces] [4]
|
The logs for this run have expired and are no longer available.
Loading