[CoreML] Create EP by AppendExecutionProvider #36847
Annotations
7 warnings
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.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]
|
Run reviewdog/action-cpplint@master:
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]
|
Run reviewdog/action-cpplint@master:
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]
|
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