Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MultiHeadAttention #3650

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Add verify tests for multi head attention

ec2e5b0
Select commit
Loading
Failed to load commit list.
Draft

Add MultiHeadAttention #3650

Add verify tests for multi head attention
ec2e5b0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 21, 2024 in 0s

81.25% of diff hit (target 92.17%)

View this Pull Request on Codecov

81.25% of diff hit (target 92.17%)

Annotations

Check warning on line 61 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L61

Added line #L61 was not covered by tests

Check warning on line 68 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L68

Added line #L68 was not covered by tests

Check warning on line 71 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 75 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L73-L75

Added lines #L73 - L75 were not covered by tests

Check warning on line 83 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L83

Added line #L83 was not covered by tests

Check warning on line 86 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L86

Added line #L86 was not covered by tests

Check warning on line 98 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L98

Added line #L98 was not covered by tests

Check warning on line 107 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L107

Added line #L107 was not covered by tests

Check warning on line 145 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L145

Added line #L145 was not covered by tests

Check warning on line 167 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L167

Added line #L167 was not covered by tests

Check warning on line 174 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L173-L174

Added lines #L173 - L174 were not covered by tests

Check warning on line 179 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L178-L179

Added lines #L178 - L179 were not covered by tests

Check warning on line 184 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L184

Added line #L184 was not covered by tests

Check warning on line 190 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L190

Added line #L190 was not covered by tests

Check warning on line 200 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L200

Added line #L200 was not covered by tests

Check warning on line 246 in src/onnx/parse_multi_head_attention.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_multi_head_attention.cpp#L246

Added line #L246 was not covered by tests