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.array_feature_extractor
-
Converter for ONNX-ML Array Feature Extractor.
hummingbird.ml.operator_converters.onnx.linear
-
Converters for ONNX-ML linear models.
hummingbird.ml.operator_converters.onnx.normalizer
hummingbird.ml.operator_converters.onnx.one_hot_encoder
-
Converter for ONNX-ML One Hot Encoder.
hummingbird.ml.operator_converters.onnx.onnx_operator
-
Converters for ONNX operators.
hummingbird.ml.operator_converters.onnx.scaler
-
Converter for ONNX-ML Scaler.
hummingbird.ml.operator_converters.onnx.tree_ensemble
-
Converters for ONNX-ML tree-ensemble models.