Skip to content
Triggered via push January 4, 2024 11:57
Status Success
Total duration 21s
Artifacts
Validation
14s
Validation
Fit to window
Zoom out
Zoom in

Annotations

68 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#L775: onnxruntime/core/providers/cpu/reduction/reduction_ops.h#L775
Add #include <limits> for numeric_limits<> [build/include_what_you_use] [4]
[cpplint] onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc#L3540: onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc#L3540
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
[cpplint] onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc#L3590: onnxruntime/test/providers/cpu/reduction/reduction_ops_test.cc#L3590
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]