onnxruntime
Package — Deep LearningPython 3.7+Advanced
High-performance inference engine for ONNX models
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, protobuf, packaging, coloredlogs, flatbuffers, sympy
- Install
pip install onnxruntime
Learn by Difficulty
Quick Example
python
# Install: pip install onnxruntime import onnxruntime # Basic onnxruntime usage print(f"Using onnxruntime") # See documentation for detailed examples
onnxruntime is a third-party package. High-performance inference engine for ONNX models. Install with: pip install onnxruntime
Try in PlaygroundTags
packagedeep-learningneural-networkaigpu