Skip to content

Adding onnxruntime and tensorflow to onnx converter

Alexander Froch requested to merge alfroch-master-patch-47384 into master

This MR adds the onnxruntime and the tf2onnx packages. tf2onnx converts tensorflow models to onnx models which are more capable than LWTNN models. The onnxruntime package is used to check the converted model.

Edited by Alexander Froch

Merge request reports