Tensorflow Lite compatible gradient explainable techiniques

Greetings, I’ve been looking around and I wasn’t able to find, is there any compatible gradient explanation techniques for TensorFlow Lite? I noticed that TensorFlow has a very wide options of gradient explanation, but so far, I was not able to find any for TFLite

Not what tflite supports on-device training, most things that work in tensorflow could be exported to run in tflite, following this document: