module onnx_conv.sklconv.function_transformer_converters#

Short summary#

module mlprodict.onnx_conv.sklconv.function_transformer_converters

Rewrites some of the converters implemented in sklearn-onnx.

source on GitHub

Functions#

function

truncated documentation

_copy_attributes

new_calculate_sklearn_function_transformer_output_shapes

Rewrites the converters implemented in sklearn-onnx to support custom functions implemented with Complete Numpy API for ONNX. …

new_convert_sklearn_function_transformer

Rewrites the converters implemented in sklearn-onnx to support custom functions implemented with Complete Numpy API for ONNX. …

Documentation#

Rewrites some of the converters implemented in sklearn-onnx.

source on GitHub

mlprodict.onnx_conv.sklconv.function_transformer_converters._copy_attributes(att)#
mlprodict.onnx_conv.sklconv.function_transformer_converters.new_calculate_sklearn_function_transformer_output_shapes(operator)#

Rewrites the converters implemented in sklearn-onnx to support custom functions implemented with Complete Numpy API for ONNX.

source on GitHub

mlprodict.onnx_conv.sklconv.function_transformer_converters.new_convert_sklearn_function_transformer(scope, operator, container)#

Rewrites the converters implemented in sklearn-onnx to support custom functions implemented with Complete Numpy API for ONNX.

source on GitHub