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 support for the Einsum operator #2772

Merged
merged 42 commits into from
May 29, 2024

Add two more einsum diagonal onnx verify tests

047022e
Select commit
Loading
Failed to load commit list.
Merged

Add support for the Einsum operator #2772

Add two more einsum diagonal onnx verify tests
047022e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 7, 2024 in 0s

94.42% of diff hit (target 91.75%)

View this Pull Request on Codecov

94.42% of diff hit (target 91.75%)

Annotations

Check warning on line 51 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L51

Added line #L51 was not covered by tests

Check warning on line 193 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L193

Added line #L193 was not covered by tests

Check warning on line 195 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L195

Added line #L195 was not covered by tests

Check warning on line 210 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L210

Added line #L210 was not covered by tests

Check warning on line 222 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L222

Added line #L222 was not covered by tests

Check warning on line 227 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L227

Added line #L227 was not covered by tests

Check warning on line 273 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L273

Added line #L273 was not covered by tests

Check warning on line 276 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L276

Added line #L276 was not covered by tests

Check warning on line 579 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L579

Added line #L579 was not covered by tests

Check warning on line 581 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L581

Added line #L581 was not covered by tests

Check warning on line 593 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L593

Added line #L593 was not covered by tests

Check warning on line 596 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L596

Added line #L596 was not covered by tests

Check warning on line 605 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L605

Added line #L605 was not covered by tests

Check warning on line 640 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L640

Added line #L640 was not covered by tests

Check warning on line 644 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L644

Added line #L644 was not covered by tests

Check warning on line 652 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L652

Added line #L652 was not covered by tests

Check warning on line 670 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L670

Added line #L670 was not covered by tests

Check warning on line 680 in src/onnx/parse_einsum.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/onnx/parse_einsum.cpp#L680

Added line #L680 was not covered by tests