CoreML: Aggregated changes to add all required ops for priority model #32054
lint.yml
on: pull_request
Optional Lint
33s
Python format
3m 37s
Lint C++
13m 29s
Lint JavaScript
26s
Annotations
13 warnings
Python format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Python format
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
Lint C++:
include/onnxruntime/core/graph/graph.h#L1594
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
include/onnxruntime/core/graph/graph.h:1594: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Lint C++:
onnxruntime/core/providers/coreml/builders/impl/activation_op_builder.cc#L212
[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/activation_op_builder.cc:212: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Lint C++:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.cc#L324
[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:324: Add #include <utility> for move [build/include_what_you_use] [4]
|
Lint C++:
onnxruntime/core/providers/coreml/builders/impl/builder_utils.h#L139
[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.h:139: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Lint C++:
onnxruntime/core/providers/coreml/builders/impl/concat_op_builder.cc#L84
[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/concat_op_builder.cc:84: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Lint C++:
onnxruntime/core/providers/partitioning_utils.h#L105
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/partitioning_utils.h:105: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
Lint C++:
onnxruntime/core/providers/qnn/qnn_execution_provider.cc#L569
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/providers/qnn/qnn_execution_provider.cc:569: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|