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

Implement rand* ops | feat(torchilb) #1035

Merged
merged 8 commits into from
Oct 11, 2023

Snap

2130301
Select commit
Loading
Failed to load commit list.
Merged

Implement rand* ops | feat(torchilb) #1035

Snap
2130301
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Oct 10, 2023 in 1s

33.33% of diff hit (target 77.91%)

View this Pull Request on Codecov

33.33% of diff hit (target 77.91%)

Annotations

Check warning on line 6239 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6238-L6239

Added lines #L6238 - L6239 were not covered by tests

Check warning on line 6246 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6246

Added line #L6246 was not covered by tests

Check warning on line 6253 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6253

Added line #L6253 was not covered by tests

Check warning on line 6261 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6260-L6261

Added lines #L6260 - L6261 were not covered by tests

Check warning on line 6263 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6263

Added line #L6263 was not covered by tests

Check warning on line 6266 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6265-L6266

Added lines #L6265 - L6266 were not covered by tests

Check warning on line 6276 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6275-L6276

Added lines #L6275 - L6276 were not covered by tests

Check warning on line 6280 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6278-L6280

Added lines #L6278 - L6280 were not covered by tests

Check warning on line 6283 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6282-L6283

Added lines #L6282 - L6283 were not covered by tests

Check warning on line 6291 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6290-L6291

Added lines #L6290 - L6291 were not covered by tests

Check warning on line 6293 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6293

Added line #L6293 was not covered by tests

Check warning on line 6296 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6295-L6296

Added lines #L6295 - L6296 were not covered by tests

Check warning on line 6304 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6303-L6304

Added lines #L6303 - L6304 were not covered by tests

Check warning on line 6306 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6306

Added line #L6306 was not covered by tests

Check warning on line 6309 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6308-L6309

Added lines #L6308 - L6309 were not covered by tests

Check warning on line 6320 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6319-L6320

Added lines #L6319 - L6320 were not covered by tests

Check warning on line 6324 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6322-L6324

Added lines #L6322 - L6324 were not covered by tests

Check warning on line 6327 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6326-L6327

Added lines #L6326 - L6327 were not covered by tests

Check warning on line 6337 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6336-L6337

Added lines #L6336 - L6337 were not covered by tests

Check warning on line 6341 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6339-L6341

Added lines #L6339 - L6341 were not covered by tests

Check warning on line 6344 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6343-L6344

Added lines #L6343 - L6344 were not covered by tests

Check warning on line 6352 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6351-L6352

Added lines #L6351 - L6352 were not covered by tests

Check warning on line 6359 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6359

Added line #L6359 was not covered by tests

Check warning on line 6366 in onnxscript/function_libs/torch_lib/ops/core.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

onnxscript/function_libs/torch_lib/ops/core.py#L6366

Added line #L6366 was not covered by tests