Skip to the content.

Contribution Guide

Welcome and thank you for reaching this contribution guide. Materials are split into sections, just jump to topics you are interested in.

Reporting Issues

It’s high recommended to attach a narrow down-ed TFLite model and debug logs (generate it with tflite2onnx.enableDebugLog()).

Contributing Code

We work on enabling operators most of the time. In this way, there is a dedicated step-by-step guide to help you enable new operators.

Please help to upstream your operator enabling. Unus pro omnibus, omnes pro uno.

We have GitHub Actions based CI for pull requests. I know sometimes it’s annoying but it’s very important as it help us to protect the code. In this way we can keep the quality and save time of debugging.

In general we need:

Like many other python packages, you can set PYTHONPATH to tflite2onnx instead of building and installing to try our your changed.