torch-mlir/test/python/onnx_importer
Stella Laurenzo ed4df38e8d
[onnx] Add torch-mlir-import-onnx tool. (#2637)
Simple Python console script to import an ONNX protobuf to the torch
dialect for additional processing.

For installed wheels, this can be used with something like:

```
torch-mlir-import-onnx test/python/onnx_importer/LeakyReLU.onnx
```

Or from a dev setup:

```
python -m torch_mlir.tools.import_onnx ...
```
2023-12-12 22:01:30 -08:00
..
.gitignore Upstream the ONNX importer. (#2636) 2023-12-12 19:02:51 -08:00
LeakyReLU.onnx [onnx] Add torch-mlir-import-onnx tool. (#2637) 2023-12-12 22:01:30 -08:00
_torch_mlir_config.py Upstream the ONNX importer. (#2636) 2023-12-12 19:02:51 -08:00
import_onnx_tool.runlit [onnx] Add torch-mlir-import-onnx tool. (#2637) 2023-12-12 22:01:30 -08:00
import_smoke_test.py Upstream the ONNX importer. (#2636) 2023-12-12 19:02:51 -08:00
lit.local.cfg Upstream the ONNX importer. (#2636) 2023-12-12 19:02:51 -08:00