Skip to content

justinchuby/torch-onnx-op-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torch.onnx op support matrix

CI Test CoreML Tools Deployment

^ Obtain the data here under artifacts

Tool for continuously checking torch.onnx operator support status. The tool tests the torch.onnx.{export, dynamo_export} exporter on all {torch operators, dtype} combinations and reports any errors.

Additional tools also test running torch.jit on the ops, as well as running the coremltools exporter for comparison.

Development

Visualization under op-vis/

npm install --legacy-peer-deps