Add ML Program support for more operators #26649
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/providers/coreml/builders/impl/binary_op_builder.cc#L65
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/binary_op_builder.cc:65: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/binary_op_builder.cc#L92
[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/providers/coreml/builders/impl/binary_op_builder.cc:92: 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/providers/coreml/builders/impl/builder_utils.cc#L324
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.cc:324: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.cc#L367
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.cc:367: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.cc#L372
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.cc:372: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/clip_op_builder.cc#L69
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/clip_op_builder.cc:69: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/clip_op_builder.cc#L112
[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/providers/coreml/builders/impl/clip_op_builder.cc:112: 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/providers/coreml/builders/impl/clip_op_builder.cc#L112
[cpplint] reported by reviewdog 🐶
If/else bodies with multiple statements require braces [readability/braces] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/clip_op_builder.cc:112: If/else bodies with multiple statements require braces [readability/braces] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/clip_op_builder.cc#L115
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/clip_op_builder.cc:115: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/gemm_op_builder.cc#L61
[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/providers/coreml/builders/impl/gemm_op_builder.cc:61: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Loading