Numpy Tracing#
This section covers the numpy-tracing infrastructure that converts plain
numpy functions into ONNX graphs — a core building block used by multiple
converters (e.g. FunctionTransformer and
the SQL converter’s custom-function support via yobx.sql) and
available as a standalone tool.