[WebGPU EP] SoftMax Implementation #38430
Annotations
2 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/math/softmax.cc#L84
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/math/softmax.cc:84: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/webgpu/math/softmax.cc#L187
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webgpu/math/softmax.cc:187: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Loading