Module hummingbird.ml.operator_converters.onnx
All onnx operators converters are stored under this package.
Expand source code Browse git
# -------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# --------------------------------------------------------------------------
"""
All onnx operators converters are stored under this package.
"""
Sub-modules
hummingbird.ml.operator_converters.onnx.onnx_operator
-
Converters for ONNX operators.
hummingbird.ml.operator_converters.onnx.onnxml_array_feature_extractor
-
Converter for ONNX-ML Array Feature Extractor.
hummingbird.ml.operator_converters.onnx.onnxml_linear
-
Converters for ONNX-ML linear models.
hummingbird.ml.operator_converters.onnx.onnxml_normalizer
hummingbird.ml.operator_converters.onnx.onnxml_one_hot_encoder
-
Converter for ONNX-ML One Hot Encoder.
hummingbird.ml.operator_converters.onnx.onnxml_scaler
-
Converter for ONNX-ML Scaler.
hummingbird.ml.operator_converters.onnx.onnxml_tree_ensemble
-
Converters for ONNX-ML tree-ensemble models.