dianna.utils.onnx_runner ======================== .. py:module:: dianna.utils.onnx_runner Classes ------- .. autoapisummary:: dianna.utils.onnx_runner.SimpleModelRunner Module Contents --------------- .. py:class:: SimpleModelRunner(filename, preprocess_function=None) Runs an onnx model with a set of inputs and outputs. .. py:attribute:: filename .. py:attribute:: preprocess_function :value: None .. py:method:: __call__(input_data) Get ONNX predictions.