[WebNN] Improve data type check of slice op #37109
Annotations
4 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webnn/builders/helper.cc#L190
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/helper.cc:190: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webnn/builders/helper.h#L348
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/helper.h:348: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webnn/builders/impl/slice_op_builder.cc#L177
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/builders/impl/slice_op_builder.cc:177: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Loading