onnx-tensorflow
onnx-tensorflow copied to clipboard
Add backend.prepare Handle Large Models
#962 Introduce the capability to load large ONNX model files (>2GB) by accepting file paths directly. This update checks if the 'model' parameter is a string or path-like object and uses the 'load' function to handle the file appropriately.