[DML] Register DML operators for opset 19 #1842
reviewdog [cpplint] report
reported by reviewdog 🐶
Findings (83)
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.cc|131| Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.cc|160| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.cc|263| Add #include for vector<> [build/include_what_you_use] [4]
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h|265| Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h|266| Add #include for move [build/include_what_you_use] [4]
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h|277| Add #include for string [build/include_what_you_use] [4]
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h|277| Add #include for vector<> [build/include_what_you_use] [4]
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h|351| Add #include for make_unique<> [build/include_what_you_use] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/inc/IWinmlExecutionProvider.h|89| Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/CommandAllocatorRing.h|51| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.cpp|341| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.cpp|362| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.h|72| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlGraphFusionHelper.cpp|320| Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.cpp|189| Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.cpp|190| Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.cpp|203| Tab found; better to use spaces [whitespace/tab] [1]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/FusedGraphKernel.cpp|174| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/FusedGraphKernel.cpp|446| Add #include for deque<> [build/include_what_you_use] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/FusedGraphKernel.cpp|446| Add #include for unique_ptr<> [build/include_what_you_use] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp|347| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp|348| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp|360| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp|446| Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp|450| Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp|363| Add #include for min [build/include_what_you_use] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp|365| Add #include for vector<> [build/include_what_you_use] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphTransformer.h|13| Do not indent within a namespace [runtime/indentation_namespace] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphTransformer.h|21| Add #include for string [build/include_what_you_use] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/MLOperatorAuthorImpl.cpp|1126| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/MLOperatorAuthorImpl.cpp|1171| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorBatchNormalization.cpp|114| Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorCol2Im.cpp|61| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorElementWise.cpp|530| Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorPooling.cpp|109| If an else has a brace on one side, it should have it on both [readability/braces] [5]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorPooling.cpp|133| If an else has a brace on one side, it should have it on both [readability/braces] [5]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearAveragePooling.cpp|4| Include the directory when naming header files [build/include_subdir] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearAveragePooling.cpp|40| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearAveragePooling.cpp|81| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearAveragePooling.cpp|147| Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearAveragePooling.cpp|156| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|4| Include the directory when naming header files [build/include_subdir] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|20| Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|46| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|47| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|57| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|58| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|79| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|80| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|90| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|91| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|117| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|118| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|126| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|141| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|142| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|160| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|191| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|198| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|213| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|221| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearConcat.cpp|243| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorQLinearSigmoid.cpp|107| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/OperatorRegistration.cpp|559| Missing spaces around = [whitespace/operators] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/OperatorRegistration.cpp|634| Missing spaces around = [whitespace/operators] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/OperatorRegistration.cpp|639| Missing spaces around = [whitespace/operators] [4]
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/OperatorUtility.cpp|245| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/OperatorAuthorHelper/MLOperatorAuthorHelper.h|9| Found C++ system header after other header. Should be: MLOperatorAuthorHelper.h, c system, c++ system, other. [build/include_order] [4]
onnxruntime/core/providers/dml/OperatorAuthorHelper/MLOperatorAuthorPrivate.h|45| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/OperatorAuthorHelper/MLOperatorAuthorPrivate.h|82| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
onnxruntime/core/providers/dml/OperatorAuthorHelper/OperatorHelper.cpp|1920| At least two spaces is best between code and comments [whitespace/comments] [2]
onnxruntime/core/providers/dml/OperatorAuthorHelper/OperatorHelper.h|1174| Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
onnxruntime/core/providers/dml/OperatorAuthorHelper/OperatorHelper.h|1183| Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
onnxruntime/core/providers/dml/OperatorAuthorHelper/OperatorVersions.h|411| Namespace should be terminated with "// namespace OnnxOperatorSet18" [readability/namespace] [5]
onnxruntime/core/providers/dml/OperatorAuthorHelper/OperatorVersions.h|413| Do not indent within a namespace [runtime/indentation_namespace] [4]
onnxruntime/core/providers/dml/OperatorAuthorHelper/OperatorVersions.h|418| Do not indent within a namespace [runtime/indentation_namespace] [4]
onnxruntime/core/session/inference_session.cc|1679| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/core/session/inference_session.cc|1680| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/perftest/command_args_parser.cc|61| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/perftest/ort_test_session.cc|491| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/perftest/ort_test_session.h|48| Add #include for string [build/include_what_you_use] [4]
onnxruntime/test/providers/cpu/tensor/resize_op_test.cc|191| Lines should be <= 120 characters long [whitespace/line_length] [2]
onnxruntime/test/providers/cpu/tensor/resize_op_test.cc|536| Lines should be <= 120 characters long [whitespace/line_length] [2]
Filtered Findings (818698)
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|50| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|54| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|149| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|154| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|325| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|347| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|413| Lines should be <= 120 characters long [whitespace/line_length] [2]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|763| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|768| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|774| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|781| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|782| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|783| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|792| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|797| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdC/CMakeCCompilerId.c|803| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|| No copyright message found. You should have a line: "Copyright [year] " [legal/copyright] [5]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|50| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|54| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|149| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|154| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|319| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|341| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|411| Lines should be <= 120 characters long [whitespace/line_length] [2]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|748| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|753| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|759| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|766| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|767| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|768| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|777| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|782| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|788| Missing space after , [whitespace/comma] [3]
build/Debug/CMakeFiles/3.28.1/CompilerIdCXX/CMakeCXXCompilerId.cpp|845| { should almost always be at the end of the previous line [whitespace/braces] [4]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/algorithm.h|22| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_ALGORITHM_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/algorithm.h|64| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_ALGORITHM_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/container.h|40| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_CONTAINER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/algorithm/container.h|1730| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_ALGORITHM_CONTAINER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/attributes.h|34| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_ATTRIBUTES_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/attributes.h|878| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_ATTRIBUTES_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once.h|25| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CALL_ONCE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once.h|225| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CALL_ONCE_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once_test.cc|17| is an unapproved C++11 header. [build/c++11] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/call_once_test.cc|64| Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/casts.h|24| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CASTS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/casts.h|180| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CASTS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|48| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONFIG_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|1004| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONFIG_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/config.h|1000| Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
build/Debug/_deps/abseil_cpp-src/absl/base/const_init.h|22| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONST_INIT_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/const_init.h|76| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_CONST_INIT_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/dynamic_annotations.h|45| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_DYNAMIC_ANNOTATIONS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/dynamic_annotations.h|496| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_DYNAMIC_ANNOTATIONS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/exception_safety_testing_test.cc|477| Add #include for move [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/exception_safety_testing_test.cc|588| Add #include for unique_ptr<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook.h|200| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook_test_helper.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_TEST_HELPER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/atomic_hook_test_helper.h|34| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ATOMIC_HOOK_TEST_HELPER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cmake_thread_test.cc|21| Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock.h|42| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock.h|144| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock_config.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_CONFIG_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/cycleclock_config.h|55| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_CYCLECLOCK_CONFIG_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|18| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DIRECT_MMAP_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|170| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DIRECT_MMAP_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/direct_mmap.h|130| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/dynamic_annotations.h|45| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DYNAMIC_ANNOTATIONS_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/dynamic_annotations.h|398| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_DYNAMIC_ANNOTATIONS_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian.h|16| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ENDIAN_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian.h|283| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ENDIAN_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/endian_test.cc|86| Add #include for swap [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/errno_saver.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ERRNO_SAVER_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/errno_saver.h|43| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_ERRNO_SAVER_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_SAFETY_TESTING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|1109| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_SAFETY_TESTING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|733| Add #include for numeric_limits<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|797| Add #include for forward [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|889| Add #include for unique_ptr<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_safety_testing.h|934| Add #include for vector<> [build/include_what_you_use] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_testing.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_TESTING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/exception_testing.h|42| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_EXCEPTION_TESTING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id.h|17| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_FAST_TYPE_ID_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id.h|50| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_FAST_TYPE_ID_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|29| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|30| Use int16/int64/etc, rather than the C type short [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|33| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|34| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|35| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|36| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/fast_type_id_test.cc|108| Use int16/int64/etc, rather than the C type long [runtime/int] [4]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/hide_ptr.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_HIDE_PTR_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/hide_ptr.h|51| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_HIDE_PTR_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/identity.h|16| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_IDENTITY_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/identity.h|37| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_IDENTITY_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable.h|107| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable_testing.h|15| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_TESTING_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/inline_variable_testing.h|46| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INLINE_VARIABLE_TESTING_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/invoke.h|37| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INVOKE_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/invoke.h|241| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_INVOKE_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc.h|16| #ifndef header guard has wrong style, please use: BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_LOW_LEVEL_ALLOC_H_ [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc.h|127| #endif line should be "#endif // BUILD_DEBUG__DEPS_ABSEIL_CPP_SRC_ABSL_BASE_INTERNAL_LOW_LEVEL_ALLOC_H_" [build/header_guard] [5]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|61| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|100| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|103| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
build/Debug/_deps/abseil_cpp-src/absl/base/internal/low_level_alloc_test.cc|110| Consider using rand_r(...) instead of rand(...) for improved thread safety. [runtime/threadsafe_fn] [2]
... (Too many findings. Dropped some findings)
Annotations
github-actions / cpplint
[cpplint] onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.cc#L131
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw output
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.cc:131: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
github-actions / cpplint
[cpplint] onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.cc#L160
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw output
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.cc:160: Lines should be <= 120 characters long [whitespace/line_length] [2]
github-actions / cpplint
[cpplint] onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.cc#L263
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw output
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selector_action_transformer.cc:263: Add #include <vector> for vector<> [build/include_what_you_use] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h#L265
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Raw output
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h:265: Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
github-actions / cpplint
[cpplint] onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h#L266
Add #include <utility> for move [build/include_what_you_use] [4]
Raw output
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h:266: Add #include <utility> for move [build/include_what_you_use] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h#L277
Add #include <string> for string [build/include_what_you_use] [4]
Raw output
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h:277: Add #include <string> for string [build/include_what_you_use] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h#L277
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Raw output
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h:277: Add #include <vector> for vector<> [build/include_what_you_use] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h#L351
Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
Raw output
onnxruntime/core/optimizer/qdq_transformer/selectors_actions/qdq_selectors.h:351: Add #include <memory> for make_unique<> [build/include_what_you_use] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/inc/IWinmlExecutionProvider.h#L89
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/inc/IWinmlExecutionProvider.h:89: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/CommandAllocatorRing.h#L51
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/CommandAllocatorRing.h:51: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.cpp#L341
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.cpp:341: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.cpp#L362
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.cpp:362: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.h#L72
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlCommandRecorder.h:72: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlGraphFusionHelper.cpp#L320
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/DmlGraphFusionHelper.cpp:320: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.cpp#L189
Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.cpp:189: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.cpp#L190
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.cpp:190: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.cpp#L203
Tab found; better to use spaces [whitespace/tab] [1]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.cpp:203: Tab found; better to use spaces [whitespace/tab] [1]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/FusedGraphKernel.cpp#L174
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/FusedGraphKernel.cpp:174: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/FusedGraphKernel.cpp#L446
Add #include <deque> for deque<> [build/include_what_you_use] [4]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/FusedGraphKernel.cpp:446: Add #include <deque> for deque<> [build/include_what_you_use] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/FusedGraphKernel.cpp#L446
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/FusedGraphKernel.cpp:446: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp#L347
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp:347: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp#L348
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp:348: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp#L360
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp:360: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp#L446
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp:446: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
github-actions / cpplint
[cpplint] onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp#L450
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw output
onnxruntime/core/providers/dml/DmlExecutionProvider/src/GraphDescBuilder.cpp:450: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]