[webgpu] refactor a few "context" classes #48455
Annotations
2 warnings
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/nn/conv.h#L35
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/nn/conv.h:35: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/nn/conv.cc#L231
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/providers/webgpu/nn/conv.cc:231: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Loading