[CoreML] Create EP by AppendExecutionProvider #36847
Triggered via pull request
November 22, 2024 09:37
Status
Success
Total duration
31m 40s
Artifacts
–
lint.yml
on: pull_request
Optional Lint
34s
Python format
3m 3s
Optional Lint C++
31m 14s
Lint JavaScript
15s
Annotations
1 error and 14 warnings
Python format
ambiguous argument 'HEAD': unknown revision or path not in the working tree.
|
Optional Lint:
onnxruntime/core/providers/coreml/coreml_execution_provider.h#L31
[misspell] reported by reviewdog 🐶
"specfic" is a misspelling of "specific"
Raw Output:
./onnxruntime/core/providers/coreml/coreml_execution_provider.h:31:33: "specfic" is a misspelling of "specific"
|
Optional Lint:
onnxruntime/core/providers/coreml/coreml_execution_provider.h#L31
[misspell] reported by reviewdog 🐶
"specfic" is a misspelling of "specific"
Raw Output:
./onnxruntime/core/providers/coreml/coreml_execution_provider.h:31:92: "specfic" is a misspelling of "specific"
|
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/
|
Python format
Unable to clean or reset the repository. The repository will be recreated instead.
|
Optional Lint C++:
objectivec/include/ort_coreml_execution_provider.h#L87
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use reinterpret_cast<NSDictionary*>(...) instead [readability/casting] [4]
Raw Output:
objectivec/include/ort_coreml_execution_provider.h:87: Using C-style cast. Use reinterpret_cast<NSDictionary*>(...) instead [readability/casting] [4]
|
Optional Lint C++:
objectivec/include/ort_coreml_execution_provider.h#L88
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use reinterpret_cast<NSError**>(...) instead [readability/casting] [4]
Raw Output:
objectivec/include/ort_coreml_execution_provider.h:88: Using C-style cast. Use reinterpret_cast<NSError**>(...) instead [readability/casting] [4]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/coreml_execution_provider.cc#L81
[cpplint] reported by reviewdog 🐶
Add #include <unordered_set> for unordered_set<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_execution_provider.cc:81: Add #include <unordered_set> for unordered_set<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/coreml_execution_provider.h#L25
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_execution_provider.h:25: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/coreml_execution_provider.h#L39
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_execution_provider.h:39: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc#L14
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc:14: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Optional Lint C++:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc#L33
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc:33: Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
|