mirror of https://github.com/llvm/torch-mlir
ed4df38e8d
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 ... ``` |
||
---|---|---|
.. | ||
.gitignore | ||
LeakyReLU.onnx | ||
_torch_mlir_config.py | ||
import_onnx_tool.runlit | ||
import_smoke_test.py | ||
lit.local.cfg |