google-ai-edge / ai-edge-torch

Supporting PyTorch models with the Google AI Edge TFLite runtime.
Apache License 2.0
310 stars 40 forks source link

Rename the gelu composite to avoid conflict #34

Closed majiddadashi closed 4 months ago

majiddadashi commented 4 months ago

The gelu composite name was conflicting with a composite made in the tflite converter with the same name.

BUG=343777419

majiddadashi commented 4 months ago

After further investigation, we learned that composite name conflict is not the source of this issue.