[QNN] MatMul Op Builder to Handle All Cases of ONNX's MatMul #36824
Annotations
5 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/qnn/builder/opbuilder/matmul_op_builder.cc#L187
[cpplint] reported by reviewdog 🐶
Add #include <functional> for multiplies<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/matmul_op_builder.cc:187: Add #include <functional> for multiplies<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/qnn/builder/opbuilder/matmul_op_builder.cc#L206
[cpplint] reported by reviewdog 🐶
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/matmul_op_builder.cc:206: Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/qnn/builder/opbuilder/matmul_op_builder.cc#L211
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/matmul_op_builder.cc:211: Add #include <utility> for move [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/qnn/builder/opbuilder/matmul_op_builder.cc#L223
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/matmul_op_builder.cc:223: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/qnn/builder/opbuilder/matmul_op_builder.cc#L224
[cpplint] reported by reviewdog 🐶
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/providers/qnn/builder/opbuilder/matmul_op_builder.cc:224: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
|
Loading