[WebNN EP] Enable IO Bindings with MLTensor #32360
Annotations
8 warnings
onnxruntime/core/providers/webnn/allocator.h#L18
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/webnn/allocator.h:18: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/webnn/builders/model.cc#L19
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/webnn/builders/model.cc:19: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/core/providers/webnn/webnn_execution_provider.cc#L390
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/webnn_execution_provider.cc:390: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
onnxruntime/core/providers/webnn/webnn_execution_provider.cc#L395
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/webnn_execution_provider.cc:395: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
|
onnxruntime/core/providers/webnn/webnn_execution_provider.h#L44
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/webnn/webnn_execution_provider.h:44: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
onnxruntime/wasm/api.cc#L271
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/wasm/api.cc:271: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/wasm/api.cc#L274
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/wasm/api.cc:274: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
onnxruntime/wasm/api.cc#L439
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/wasm/api.cc:439: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
This job succeeded
Loading