Build a neural network implementation in Arm A55, using TensorFlowLite and Arm Compute Library

I am looking for a TensorFlow Lite (LiteRT now) port for Arm A55 which can be deployed on baremetal. 

The key constraint is that the port should be OS independent. 

Currently, a majority of support for TFLite is for Linux, Android. or iOS. Is there a baremetal (static or dynamic) TFLite library available for Arm-A55?

0