yobx.xtracing.tracing#

Standalone tracing of numpy functions to ONNX models.

trace_numpy_function() is the low-level converter-API function that records numpy operations as ONNX nodes in an existing GraphBuilder.

trace_numpy_to_onnx() is the high-level entry point that creates a new graph, calls trace_numpy_function(), and returns a self-contained onnx.ModelProto.