google-ai-edge / LiteRT

LiteRT is the new name for TensorFlow Lite (TFLite). While the name is new, it's still the same trusted, high-performance runtime for on-device AI, now with an expanded vision.
https://ai.google.dev/edge/litert
Apache License 2.0
170 stars 14 forks source link

Op request: layer normalization #173

Open gaikwadrahul8 opened 4 days ago

gaikwadrahul8 commented 4 days ago

Layer normalization is available in tensorflow https://www.tensorflow.org/api_docs/python/tf/keras/layers/LayerNormalization It is not part of the tflite supported ops https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/builtin_ops.h

I would like to request support for this op. Please let me know if it is in development or scoped for future release.

gaikwadrahul8 commented 4 days ago

This issue originally reported by @vk1214 has been moved to this dedicated repository for LiteRT to enhance issue tracking and prioritization. To ensure continuity, we have created this new issue on your behalf.

We appreciate your understanding and look forward to your continued involvement.

pkgoogle commented 13 hours ago

Original Issue: https://github.com/tensorflow/tensorflow/issues/60532