Add initial support for CoreML ML Program to the CoreML EP. #26149
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/coreml_spec.h#L6
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/coreml_spec.h:6: Include the directory when naming header files [build/include_subdir] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/base_op_builder.cc#L10
[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/base_op_builder.cc:10: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/base_op_builder.h#L23
[cpplint] reported by reviewdog 🐶
"override" is redundant since function is already declared as "final" [readability/inheritance] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/base_op_builder.h:23: "override" is redundant since function is already declared as "final" [readability/inheritance] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.cc#L13
[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/builder_utils.cc:13: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.cc#L269
[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:269: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.cc#L295
[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:295: 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#L297
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.cc:297: Add #include <utility> for move [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.h#L87
[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.h:87: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/conv_op_builder.cc#L13
[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/conv_op_builder.cc:13: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/builders/impl/conv_op_builder.cc#L57
[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/conv_op_builder.cc:57: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
The logs for this run have expired and are no longer available.
Loading