larq / compute-engine

Highly optimized inference engine for Binarized Neural Networks
https://docs.larq.dev/compute-engine
Apache License 2.0
242 stars 34 forks source link

Converter internals unification #699

Closed CNugteren closed 2 years ago

CNugteren commented 2 years ago

What do these changes do?

This factors out some common code from saved_model_tfl_flatbuffer.cc and graphdef_tfl_flatbuffer.cc into a new file. This already leads to some code de-duplication, but is mainly motivated to make future additions of similar functionality easier (e.g. a tflite-mlir-tflite converter).

How Has This Been Tested?

CI should cover this I hope.

Related issue number

N/A