[CoreML] Create EP by AppendExecutionProvider #36685
Annotations
6 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_execution_provider.h#L22
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_execution_provider.h:22: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc#L63
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc:63: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc#L22
[cpplint] reported by reviewdog 🐶
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc:22: Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc#L26
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc:26: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc#L26
[cpplint] reported by reviewdog 🐶
Add #include <unordered_set> for unordered_set<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc:26: Add #include <unordered_set> for unordered_set<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/coreml/coreml_provider_factory.cc#L82
[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:82: Add #include <memory> for make_shared<> [build/include_what_you_use] [4]
|
Loading