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

Migrating optimizer to new IR (part 1) #1725

Merged
merged 25 commits into from
Jul 17, 2024

More mypy warnings fixed

61511ef
Select commit
Loading
Failed to load commit list.
Merged

Migrating optimizer to new IR (part 1) #1725

More mypy warnings fixed
61511ef
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 17, 2024 in 1s

76.13% of diff hit (target 74.84%)

View this Pull Request on Codecov

76.13% of diff hit (target 74.84%)

Annotations

Check warning on line 58 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 64 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L64

Added line #L64 was not covered by tests

Check warning on line 85 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L85

Added line #L85 was not covered by tests

Check warning on line 142 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L142

Added line #L142 was not covered by tests

Check warning on line 151 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L150-L151

Added lines #L150 - L151 were not covered by tests

Check warning on line 153 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L153

Added line #L153 was not covered by tests

Check warning on line 169 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L169

Added line #L169 was not covered by tests

Check warning on line 178 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L178

Added line #L178 was not covered by tests

Check warning on line 186 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L186

Added line #L186 was not covered by tests

Check warning on line 188 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L188

Added line #L188 was not covered by tests

Check warning on line 191 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L191

Added line #L191 was not covered by tests

Check warning on line 197 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L197

Added line #L197 was not covered by tests

Check warning on line 203 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L203

Added line #L203 was not covered by tests

Check warning on line 209 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L209

Added line #L209 was not covered by tests

Check warning on line 223 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L223

Added line #L223 was not covered by tests

Check warning on line 229 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L229

Added line #L229 was not covered by tests

Check warning on line 261 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L261

Added line #L261 was not covered by tests

Check warning on line 264 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L264

Added line #L264 was not covered by tests

Check warning on line 270 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L270

Added line #L270 was not covered by tests

Check warning on line 277 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L277

Added line #L277 was not covered by tests

Check warning on line 284 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L284

Added line #L284 was not covered by tests

Check warning on line 298 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L298

Added line #L298 was not covered by tests

Check warning on line 350 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L350

Added line #L350 was not covered by tests

Check warning on line 354 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L354

Added line #L354 was not covered by tests

Check warning on line 373 in onnxscript/optimizer/_constant_folding.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/optimizer/_constant_folding.py#L373

Added line #L373 was not covered by tests