refine ep plugin c++ wrapper #37298
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/session/onnxruntime_cxx_api_ep.h#L20
[cpplint] reported by reviewdog 🐶
private: should be indented +1 space inside struct TensorRef [whitespace/indent] [3]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h:20: private: should be indented +1 space inside struct TensorRef [whitespace/indent] [3]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h#L37
[cpplint] reported by reviewdog 🐶
private: should be indented +1 space inside struct Graph [whitespace/indent] [3]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h:37: private: should be indented +1 space inside struct Graph [whitespace/indent] [3]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h#L110
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h:110: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h#L64
[cpplint] reported by reviewdog 🐶
Add #include <utility> for pair<> [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h:64: Add #include <utility> for pair<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h#L80
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_api_ep.h:80: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h#L72
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h:72: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h#L213
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h:213: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h#L217
[cpplint] reported by reviewdog 🐶
Do not indent within a namespace. [whitespace/indent_namespace] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h:217: Do not indent within a namespace. [whitespace/indent_namespace] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h#L218
[cpplint] reported by reviewdog 🐶
Do not indent within a namespace. [whitespace/indent_namespace] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h:218: Do not indent within a namespace. [whitespace/indent_namespace] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h#L219
[cpplint] reported by reviewdog 🐶
Do not indent within a namespace. [whitespace/indent_namespace] [4]
Raw Output:
include/onnxruntime/core/session/onnxruntime_cxx_inline_ep.h:219: Do not indent within a namespace. [whitespace/indent_namespace] [4]
|
Loading