[CoreML] ML Program more ops (2/N) #35985
Annotations
1 error and 10 warnings
|
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
|
|
onnxruntime/core/providers/coreml/builders/impl/activation_op_builder.cc#L46
[cpplint] reported by reviewdog 🐶
Do not indent within a namespace. [whitespace/indent_namespace] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/activation_op_builder.cc:46: Do not indent within a namespace. [whitespace/indent_namespace] [4]
|
|
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc#L37
[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/argmax_op_builder.cc:37: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
|
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc#L43
[cpplint] reported by reviewdog 🐶
Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc:43: Using deprecated casting style. Use static_cast<bool>(...) instead [readability/casting] [4]
|
|
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc#L49
[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/argmax_op_builder.cc:49: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
|
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc#L49
[cpplint] reported by reviewdog 🐶
If/else bodies with multiple statements require braces [readability/braces] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc:49: If/else bodies with multiple statements require braces [readability/braces] [4]
|
|
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc#L84
[cpplint] reported by reviewdog 🐶
Do not indent within a namespace. [whitespace/indent_namespace] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc:84: Do not indent within a namespace. [whitespace/indent_namespace] [4]
|
|
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc#L40
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc:40: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
|
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc#L78
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/argmax_op_builder.cc:78: Add #include <utility> for move [build/include_what_you_use] [4]
|
|
onnxruntime/core/providers/coreml/builders/impl/base_op_builder.cc#L22
[cpplint] reported by reviewdog 🐶
Do not indent within a namespace. [whitespace/indent_namespace] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/base_op_builder.cc:22: Do not indent within a namespace. [whitespace/indent_namespace] [4]
|
|
onnxruntime/core/providers/coreml/builders/impl/batch_norm_op_builder.cc#L62
[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/batch_norm_op_builder.cc:62: 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