torch.onnx
Note
若API“是否支持”为“是”,“限制与说明”为“-”,说明此API和原生API支持度保持一致。
| API名称 | 是否支持 | 限制与说明 |
|---|---|---|
| torch.onnx.ONNXProgram | 是 | - |
| torch.onnx.ONNXProgram.model_proto | 否 | - |
| torch.onnx.ONNXProgram.save | 是 | - |
| torch.onnx.OnnxExporterError | 否 | - |
| torch.onnx.export | 是 | - |
| torch.onnx.register_custom_op_symbolic | 是 | - |
| torch.onnx.unregister_custom_op_symbolic | 是 | - |
| torch.onnx.select_model_mode_for_export | 是 | - |
| torch.onnx.is_in_onnx_export | 是 | - |