mirror of https://github.com/llvm/torch-mlir
04be6ba773
Fix for https://github.com/llvm/torch-mlir/issues/2765 The onnx docs say that you can't do shape inference using the in-memory API for models > 2 GB. This fix replaces that API with the file-based API. Since the new API generates an intermediate file, also added a --keep switch to keep that file, which I delete by default. --------- Co-authored-by: Dave Liddell <dliddell@xilinx.com> |
||
---|---|---|
.. | ||
.gitignore | ||
LeakyReLU.onnx | ||
_torch_mlir_config.py | ||
command_line_test.py | ||
import_onnx_tool.runlit | ||
import_smoke_test.py | ||
lit.local.cfg |