Coverage for mlprodict/onnxrt/__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

4 statements  

1# -*- encoding: utf-8 -*- 

2""" 

3@file 

4@brief Shortcut to *onnxrt*. 

5""" 

6from .onnx_inference import OnnxInference 

7from .onnx_micro_runtime import OnnxMicroRuntime 

8from .onnx_shape_inference import OnnxShapeInference