microsoft / onnxscript

ONNX Script enables developers to naturally author ONNX functions and models using a subset of Python.
https://onnxscript.ai/
MIT License
271 stars 53 forks source link

[torchlib] Fix aten_empty_like #1863

Closed justinchuby closed 2 weeks ago

justinchuby commented 2 weeks ago

Fix https://github.com/pytorch/pytorch/issues/135532

codecov[bot] commented 2 weeks ago

:x: 4 Tests Failed:

Tests completed Failed Passed Skipped
12074 4 12070 2007
View the top 3 failed tests by shortest run time > > ``` > onnxscript.converter_test.TestConverter test_opset_import > ``` > >
Stack Traces | 0s run time > > > > > ``` > > No failure message available > > ``` > >
onnxscript.converter_test.TestConverter test_eager_op
Stack Traces | 0.001s run time > > ``` > No failure message available > ```
onnxscript.converter_test.TestConverter test_loops_break
Stack Traces | 0.001s run time > > ``` > No failure message available > ```

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard