Coverage for mlprodict/npy/__init__.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# -*- encoding: utf-8 -*-
2"""
3@file
4@brief Shortcut to *npy*.
6.. versionadded:: 0.6
7"""
8from .onnx_numpy_annotation import (
9 NDArray, NDArrayType, NDArraySameType, NDArraySameTypeSameShape,
10 Shape, DType)
11from .onnx_numpy_compiler import OnnxNumpyCompiler
12from .onnx_numpy_wrapper import onnxnumpy, onnxnumpy_default, onnxnumpy_np
13from .onnx_sklearn_wrapper import (
14 update_registered_converter_npy, onnxsklearn_class,
15 onnxsklearn_transformer, onnxsklearn_regressor,
16 onnxsklearn_classifier, onnxsklearn_cluster)
17from .onnx_version import FctVersion