modeci_mdf.interfaces.onnx.exporter.convert_mdf_file_to_onnx

modeci_mdf.interfaces.onnx.exporter.convert_mdf_file_to_onnx(input_file: str)[source]

Converter from MDF to ONNX. Takes in a JSON/ONNX file and generates ONNX files.

Parameters:

input_file – The input file path to the MDF file. Output files are generated in same directory with -m2o.onnx extensions.

Returns:

NoneType