[webgpu] support resize operator #39250
Annotations
4 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/tensor/resize.h#L15
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/resize.h:15: Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/tensor/resize_impl.cc#L474
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/resize_impl.cc:474: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/tensor/upsample.cc#L9
[cpplint] reported by reviewdog 🐶
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/upsample.cc:9: Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/tensor/upsample.h#L15
[cpplint] reported by reviewdog 🐶
You don't need a ; after a } [readability/braces] [4]
Raw Output:
onnxruntime/core/providers/webgpu/tensor/upsample.h:15: You don't need a ; after a } [readability/braces] [4]
|
Loading