exo

exo includes loco-to-T/F Lite exporter (as a library).

How to add a new TFL node

  1. Add a new TFL node into TFLNodes.lst and TFLNodes.h
  2. Define a knob in Knob.lst if you need a knob.
  3. Add appropriate methods in TFLShapeInferenceRule.cpp and TFLTypeInferenceRule.cpp
  4. Add a new converter under Conversion directory
  5. Add an appropriate method in OperationExporter.cpp
  6. Register the converter into Convert.cpp