Converters#
This section lists all available converters.
They all relies on a function to_onnx(model, args) which walks through
the model, converts piece by piece to onnx and connect them.
They all returns an instance of ExportArtifact.
Converters all share the same way to create and optimize onnx models, but they all trace the model to convert in different ways unique to each library the model is implemented with.