CoreML: Aggregated changes to add all required ops for priority model #32042
Annotations
7 warnings
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
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]
|
This job succeeded
Loading