[CoreML] Create EP by AppendExecutionProvider #36914
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.com/orgs/community/discussions/26680#discussioncomment-3252835
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_execution_provider.h#L17
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_execution_provider.h:17: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_options.cc#L62
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_options.cc:62: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_options.cc#L66
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_options.cc:66: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_options.cc#L66
[cpplint] reported by reviewdog 🐶
Add #include <unordered_set> for unordered_set<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_options.cc:66: Add #include <unordered_set> for unordered_set<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_options.cc#L4
[cpplint] reported by reviewdog 🐶
onnxruntime/core/providers/coreml/coreml_options.cc should include its header file onnxruntime/core/providers/coreml/coreml_options.h [build/include] [5]
Raw Output:
onnxruntime/core/providers/coreml/coreml_options.cc:4: onnxruntime/core/providers/coreml/coreml_options.cc should include its header file onnxruntime/core/providers/coreml/coreml_options.h [build/include] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_options.h#L21
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_options.h:21: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
Loading