exo includes loco-to-T/F Lite exporter (as a library).
- Add a new TFL node into
TFLNodes.lst
andTFLNodes.h
- Define a knob in
Knob.lst
if you need a knob. - Add appropriate methods in
TFLShapeInferenceRule.cpp
andTFLTypeInferenceRule.cpp
- Add a new converter under
Conversion
directory - Add an appropriate method in
OperationExporter.cpp
- Register the converter into
Convert.cpp