When I looked into Tensorflow Lite, I found that custom operations will be exported as a "flex op" not as a native. I don't understand what is "flex op" and what is "native". Thank you!
The code related my questions is in https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/toco/tflite/export.cc#L368