Recipes with to_onnx¶
These examples relies on to_onnx
,
an exporter implemented to investigate possible ways.
It calls torch.export.export()
but does not alter the graph
(no rewriting, no decomposition) before converting this graph to onnx.
These examples relies on to_onnx
,
an exporter implemented to investigate possible ways.
It calls torch.export.export()
but does not alter the graph
(no rewriting, no decomposition) before converting this graph to onnx.