.. _f-xopopset: module ``npy.xop_opset`` ======================== Short summary +++++++++++++ module ``mlprodict.npy.xop_opset`` Xop API to build onnx graphs. Inspired from :epkg:`sklearn-onnx`. Functions +++++++++ +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | function | truncated documentation | +=====================================================================================+===========================================================================+ | :func:`OnnxReduceAnyApi18 ` | Adds operator Reduce* with opset>=18 following API from opset 17. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :func:`OnnxReduceL2_typed ` | Adds operator ReduceL2 for float or double. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :func:`OnnxReduceMeanApi18 ` | Adds operator ReduceMean with opset>=18 following API from opset 17. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :func:`OnnxReduceSumApi11 ` | Adds operator ReduceSum with opset>=13 following API from opset 12. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :func:`OnnxReduceSumSquareApi18 ` | Adds operator ReduceSumSquare with opset>=18 following API from opset 17. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :func:`OnnxReshapeApi13 ` | Adds operator Reshape with opset>=14 following API from opset 13. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :func:`OnnxSplitApi11 ` | Adds operator Split with opset>=13 following API from opset 11. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :func:`OnnxSqueezeApi11 ` | Adds operator Squeeze with opset>=13 following API from opset 11. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ | :func:`OnnxUnsqueezeApi11 ` | Adds operator Unsqueeze with opset>=13 following API from opset 11. | +-------------------------------------------------------------------------------------+---------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.npy.xop_opset :members: :special-members: __init__ :show-inheritance: