[WebNN EP] Support Einsum op #36624
lint.yml
on: pull_request
Optional Lint
38s
Python format
2m 38s
Optional Lint C++
31m 17s
Lint JavaScript
27s
Annotations
12 warnings
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/
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc#L15
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc:15: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc#L705
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc:705: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc#L76
[cpplint] reported by reviewdog 🐶
Add #include <set> for set<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc:76: Add #include <set> for set<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc#L566
[cpplint] reported by reviewdog 🐶
Add #include <map> for map<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc:566: Add #include <map> for map<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc#L567
[cpplint] reported by reviewdog 🐶
Add #include <algorithm> for sort [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc:567: Add #include <algorithm> for sort [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc#L692
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc:692: Add #include <utility> for move [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc#L762
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc:762: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc#L787
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/einsum_op_builder.cc:787: Add #include <string> for string [build/include_what_you_use] [4]
|