[DML] MatrixMultiplyIntegerToFloat #26646
Annotations
6 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorMatMulIntegerToFloat.cpp#L4
[cpplint] reported by reviewdog 🐶
Include the directory when naming header files [build/include_subdir] [4]
Raw Output:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorMatMulIntegerToFloat.cpp:4: Include the directory when naming header files [build/include_subdir] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorMatMulIntegerToFloat.cpp#L36
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Raw Output:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorMatMulIntegerToFloat.cpp:36: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/contrib_ops/matmul_integer_to_float_test.cc#L42
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/test/contrib_ops/matmul_integer_to_float_test.cc:42: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/contrib_ops/matmul_integer_to_float_test.cc#L43
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/test/contrib_ops/matmul_integer_to_float_test.cc:43: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/contrib_ops/matmul_integer_to_float_test.cc#L80
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/test/contrib_ops/matmul_integer_to_float_test.cc:80: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/test/optimizer/graph_transform_test.cc#L5694
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/test/optimizer/graph_transform_test.cc:5694: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Loading