Make partitioning utils QDQ aware so it does not break up QDQ node units #27138
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/framework/node_unit.cc#L6
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/framework/node_unit.cc:6: Include the directory when naming header files [build/include_subdir] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/node_unit.cc#L279
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/framework/node_unit.cc:279: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/node_unit.cc#L279
[cpplint] reported by reviewdog 🐶
TODO(my_username) should be followed by a space [whitespace/todo] [2]
Raw Output:
onnxruntime/core/framework/node_unit.cc:279: TODO(my_username) should be followed by a space [whitespace/todo] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/node_unit.cc#L100
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/node_unit.cc:100: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/node_unit.cc#L136
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/node_unit.cc:136: Add #include <utility> for move [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/shared/utils.cc#L332
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/shared/utils.cc:332: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/shared/utils.cc#L365
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/shared/utils.cc:365: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/shared/utils.cc#L370
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/shared/utils.cc:370: Add #include <utility> for move [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/shared/utils.h#L86
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/shared/utils.h:86: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/shared/utils.h#L90
[cpplint] reported by reviewdog 🐶
Add #include <utility> for pair<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/shared/utils.h:90: Add #include <utility> for pair<> [build/include_what_you_use] [4]
|
Loading