.. _f-textplot: module ``plotting.text_plot`` ============================= Short summary +++++++++++++ module ``mlprodict.plotting.text_plot`` Text representations of graphs. :githublink:`%|py|6` Functions +++++++++ +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | function | truncated documentation | +============================================================================================================+===================================================================+ | :func:`_append_succ_pred ` | | +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :func:`_append_succ_pred_s ` | | +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :func:`_get_shape ` | | +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :func:`_get_type ` | | +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :func:`get_hidden_inputs ` | Returns the list of hidden inputs used by subgraphs. | +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :func:`graph_predecessors_and_successors ` | Returns the successors and the predecessors within on ONNX graph. | +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :func:`onnx_simple_text_plot ` | Displays an ONNX graph into text. | +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :func:`onnx_text_plot ` | Uses :func:`onnx2bigraph` to convert the ONNX graph into text. | +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :func:`onnx_text_plot_io ` | Displays information about input and output types. | +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :func:`onnx_text_plot_tree ` | Gives a textual representation of a tree ensemble. | +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ | :func:`reorder_nodes_for_display ` | Reorders the node with breadth first seach (BFS). | +------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlprodict.plotting.text_plot :members: :special-members: __init__ :show-inheritance: