Add contrib groupnorm #22443
Annotations
1 error and 12 warnings
Clang Tidy
Process completed with exit code 2.
|
Save cache files for tidy
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Save cache files for tidy
Cache save failed.
|
Clang Tidy:
src/onnx/parse_groupnorm.cpp#L56
do not use 'compare' to test equality of strings; use the string equality operator instead [readability-string-compare,-warnings-as-errors]
|
Clang Tidy:
src/onnx/parse_groupnorm.cpp#L86
redundant condition 'is_contrib' [bugprone-redundant-branch-condition,-warnings-as-errors]
|
Clang Tidy:
src/onnx/parse_groupnorm.cpp#L89
implicit conversion 'unsigned long' -> 'bool' [readability-implicit-bool-conversion,-warnings-as-errors]
|
Clang Tidy:
test/onnx/include/onnx_verify_utils.hpp#L37
the parameter 'scale_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
|
Clang Tidy:
test/onnx/include/onnx_verify_utils.hpp#L38
the parameter 'bias_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
|
Clang Tidy:
test/onnx/include/onnx_verify_utils.hpp#L37
the parameter 'scale_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
|
Clang Tidy:
test/onnx/include/onnx_verify_utils.hpp#L38
the parameter 'bias_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
|
Clang Tidy:
test/onnx/include/onnx_verify_utils.hpp#L37
the parameter 'scale_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
|
Clang Tidy:
test/onnx/include/onnx_verify_utils.hpp#L38
the parameter 'bias_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
|
Clang Tidy:
test/onnx/include/onnx_verify_utils.hpp#L37
the parameter 'scale_str' is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors]
|
Loading