[CoreML ] ML Program more operators support [3/N] #36927
lint.yml
on: pull_request
Optional Lint
45s
Python format
3m 3s
Optional Lint C++
30m 56s
Lint JavaScript
34s
Annotations
1 error and 14 warnings
Optional Lint C++
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
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Python format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Optional Lint C++:
onnxruntime/core/providers/coreml/builders/impl/binary_op_builder.cc#L92
[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:92: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/builders/impl/binary_op_builder.cc#L77
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for max [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/binary_op_builder.cc:77: Add #include <algorithm> for max [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/builders/impl/binary_op_builder.cc#L97
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/binary_op_builder.cc:97: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/builders/impl/reduction_op_builder.cc#L76
[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/reduction_op_builder.cc:76: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/builders/impl/reduction_op_builder.cc#L106
[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/reduction_op_builder.cc:106: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/builders/impl/reduction_op_builder.cc#L109
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/reduction_op_builder.cc:109: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/builders/impl/reduction_op_builder.cc#L123
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/reduction_op_builder.cc:123: Add #include <utility> for move [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/builders/impl/shape_op_builder.cc#L30
[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/shape_op_builder.cc:30: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/builders/impl/shape_op_builder.cc#L46
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/shape_op_builder.cc:46: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/builders/impl/shape_op_builder.cc#L57
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/builders/impl/shape_op_builder.cc:57: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|