[WebNN] Support RotaryEmbedding op #37839
lint.yml
on: pull_request
Optional Lint
34s
Python format
3m 3s
Optional Lint C++
30m 43s
Lint JavaScript
26s
Annotations
10 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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Optional Lint C++
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/rotaryEmbedding_op_builder.cc#L11
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/rotaryEmbedding_op_builder.cc:11: Include the directory when naming header files [build/include_subdir] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/rotaryEmbedding_op_builder.cc#L264
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/rotaryEmbedding_op_builder.cc:264: Add #include <utility> for move [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/rotaryEmbedding_op_builder.cc#L274
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/rotaryEmbedding_op_builder.cc:274: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Optional Lint C++:
onnxruntime/core/providers/webnn/builders/impl/rotaryEmbedding_op_builder.cc#L308
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/rotaryEmbedding_op_builder.cc:308: Add #include <string> for string [build/include_what_you_use] [4]
|