Description
Provides Python support for ONNX, an open format for representing machine-learning models. It helps tools export, inspect, transform, and exchange models between training frameworks and inference runtimes.
Model files can be large and may come from untrusted sources. Validate model origin, inputs, and expected behavior before deploying or running inference.