Source code for kedro_onnx

"""Kedro ONNX plugin."""
from kedro_onnx import inference, io

[docs]__version__ = "0.1.2"