Add comment #27910
Annotations
3 warnings
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp#L360:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp#L360
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp#L363:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp#L363
Add #include <algorithm> for min [build/include_what_you_use] [4]
|
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp#L365:
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp#L365
Add #include <vector> for vector<> [build/include_what_you_use] [4]
|