Model Builder API #37613
Annotations
1 error and 11 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.com/orgs/community/discussions/26680#discussioncomment-3252835
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/graph/graph_viewer.h#L198
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/graph/graph_viewer.h:198: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_api.h#L2678
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_api.h:2678: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h#L2432
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h:2432: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h#L2444
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline.h:2444: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/tensor_type_and_shape.cc#L108
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for max [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/tensor_type_and_shape.cc:108: Add #include <algorithm> for max [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/graph/graph.cc#L24
[cpplint] reported by reviewdog 🐶
"core/framework/tensor_type_and_shape.h" already included at onnxruntime/core/graph/graph.cc:20 [build/include] [4]
Raw Output:
onnxruntime/core/graph/graph.cc:24: "core/framework/tensor_type_and_shape.h" already included at onnxruntime/core/graph/graph.cc:20 [build/include] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/graph/graph.cc#L5775
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/graph/graph.cc:5775: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/graph/graph.cc#L5905
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/graph/graph.cc:5905: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/graph/graph.cc#L5905
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/graph/graph.cc:5905: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/graph/graph.cc#L5910
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/graph/graph.cc:5910: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
|
Loading