Add Attention Microsoft Contrib Operator #22657
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_attention.cpp#L39
invalid case style for enum constant 'NONE' [readability-identifier-naming,-warnings-as-errors]
|
Clang Tidy:
src/onnx/parse_attention.cpp#L40
invalid case style for enum constant 'RAW' [readability-identifier-naming,-warnings-as-errors]
|
Clang Tidy:
src/onnx/parse_attention.cpp#L41
invalid case style for enum constant 'RIGHT_PADDING' [readability-identifier-naming,-warnings-as-errors]
|
Clang Tidy:
src/onnx/parse_attention.cpp#L42
invalid case style for enum constant 'LEFT_PADDING' [readability-identifier-naming,-warnings-as-errors]
|
Clang Tidy:
src/onnx/parse_attention.cpp#L46
invalid case style for enum constant 'NOT_SET' [readability-identifier-naming,-warnings-as-errors]
|
Clang Tidy:
src/onnx/parse_attention.cpp#L47
invalid case style for enum constant 'SELF' [readability-identifier-naming,-warnings-as-errors]
|
Clang Tidy:
src/onnx/parse_attention.cpp#L48
invalid case style for enum constant 'CROSS_ATTENTION' [readability-identifier-naming,-warnings-as-errors]
|
Clang Tidy:
src/onnx/parse_attention.cpp#L167
the const qualified parameter 'name' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param,-warnings-as-errors]
|
Clang Tidy:
src/onnx/parse_attention.cpp#L169
folding type 'unsigned long' into type 'int' might result in loss of precision [bugprone-fold-init-type,-warnings-as-errors]
|
Clang Tidy:
src/onnx/parse_attention.cpp#L263
the variable 'bias_lens' is copy-constructed from a const reference but is only used as const reference; consider making it a const reference [performance-unnecessary-copy-initialization,-warnings-as-errors]
|
Loading