cubed.Array.visualize — Cubed (original) (raw)

Contents

cubed.Array.visualize#

Array.visualize(filename='cubed', format=None, optimize_graph=True, optimize_function=None, show_hidden=False)#

Produce a visualization of the computation graph for this array.

Parameters:

Returns:

An IPython SVG image if IPython can be imported (for rendering in a notebook), otherwise None.

Return type:

IPython.display.SVG, or None