Convert¶
- 
systemds.onnx_systemds.convert.onnx2systemds(input_onnx_file: str, output_dml_file: str = None) → None¶
- Loads the model from the input file and generates a dml file. - Parameters
- input_onnx_file – the onnx input file 
- output_dml_file – (optional) the dml output file, if this parameter is not given the output file will have the same name as the input file