Magic commands#


  1. onnxview

onnxview

The magic command %onnxview model_onnx is equivalent to function onnxview:

onnx_view(model_onnx)

It displays a visual representation of an ONNX graph.

(original entry : nb_helper.py:docstring of mlprodict.nb_helper.OnnxNotebook.onnxview, line 4)