Skip to content
Novus Examples

ONNX models with exact inference contracts

Small, validated ONNX graphs paired with named JSON inputs and expected tensor outputs. Use them to test runtime loading, dtype and shape handling, broadcasting, dynamic batches, reduction behavior, and numeric tolerances without downloading a production-sized model.

12 of 12 files
Preview of ONNX Inference Contract - Static Identity Model
onnx
260 B
Actual file preview for ONNX Inference Contract - Static Identity Model

ONNX Inference Contract - Static Identity Model

A one-node identity graph with a fixed 1x4 float tensor, useful as the smallest loader and inference smoke test. The matching JSON input and expected output make the model immediately usable in a CI inference assertion.

File
ONNX · Model Inference
Use case
Model inference testingModel evaluation+1· Conversion set