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.
Common Pieces