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

6 statements  

1""" 

2@file 

3@brief Shortcuts to *onnx_tools.optim*. 

4""" 

5from .onnx_helper import onnx_statistics 

6from .onnx_optimisation_identity import onnx_remove_node_identity 

7from .onnx_optimisation_redundant import onnx_remove_node_redundant 

8from .onnx_optimisation_unused import onnx_remove_node_unused 

9from .onnx_optimisation import onnx_remove_node 

10from ._main_onnx_optim import onnx_optimisations