Skip to content

Merge branch 'main' into liqun/reduce20 #27897

Merge branch 'main' into liqun/reduce20

Merge branch 'main' into liqun/reduce20 #27897

Triggered via push January 2, 2024 09:51
Status Success
Total duration 22s
Artifacts
Validation
13s
Validation
Fit to window
Zoom out
Zoom in

Annotations

93 warnings
[cpplint] onnxruntime/core/providers/cpu/reduction/reduction_kernel_base.h#L1: onnxruntime/core/providers/cpu/reduction/reduction_kernel_base.h#L1
#ifndef header guard has wrong style, please use: ONNXRUNTIME_CORE_PROVIDERS_CPU_REDUCTION_REDUCTION_KERNEL_BASE_H_ [build/header_guard] [5]
[cpplint] onnxruntime/core/providers/cpu/reduction/reduction_kernel_base.h#L40: onnxruntime/core/providers/cpu/reduction/reduction_kernel_base.h#L40
#endif line should be "#endif // ONNXRUNTIME_CORE_PROVIDERS_CPU_REDUCTION_REDUCTION_KERNEL_BASE_H_" [build/header_guard] [5]
[cpplint] onnxruntime/core/providers/cpu/reduction/reduction_kernel_base.h#L14: onnxruntime/core/providers/cpu/reduction/reduction_kernel_base.h#L14
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
[cpplint] onnxruntime/core/providers/cpu/reduction/reduction_ops.h#L530: onnxruntime/core/providers/cpu/reduction/reduction_ops.h#L530
Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
[cpplint] onnxruntime/core/providers/cpu/reduction/reduction_ops.h#L891: onnxruntime/core/providers/cpu/reduction/reduction_ops.h#L891
Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]