Hide keyboard shortcuts

Hot-keys on this page

r m x p   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 *sklapi*. 

5""" 

6from .onnx_pipeline import OnnxPipeline 

7from .onnx_transformer import OnnxTransformer 

8from .onnx_speed_up import ( 

9 OnnxSpeedupClassifier, 

10 OnnxSpeedupCluster, 

11 OnnxSpeedupRegressor, 

12 OnnxSpeedupTransformer)