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""" 

2@file 

3@brief Shorcuts to plotting functions. 

4""" 

5 

6from .text_plot import onnx_text_plot, onnx_text_plot_tree # pylint: disable=W0611 

7from .plotting_benchmark import plot_benchmark_metrics # pylint: disable=W0611 

8from .plotting_validate_graph import plot_validate_benchmark # pylint: disable=W0611 

9from .plotting_onnx import plot_onnx # pylint: disable=W0611