[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[],[],null,["# tf.lite.OpsSet\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/2adc36c677a558b93a454705059baac2b0cdf5a3/tensorflow/lite/python/convert.py#L170-L217) |\n\nEnum class defining the sets of ops available to generate TFLite models.\n| **Warning:** Experimental interface, subject to change.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Class Variables --------------- ||\n|-------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| EXPERIMENTAL_STABLEHLO_OPS | `\u003cOpsSet.EXPERIMENTAL_STABLEHLO_OPS: 'EXPERIMENTAL_STABLEHLO_OPS'\u003e` |\n| EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT16_WEIGHTS_INT8 | `\u003cOpsSet.EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT16_WEIGHTS_INT8: 'EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT16_WEIGHTS_INT8'\u003e` |\n| SELECT_TF_OPS | `\u003cOpsSet.SELECT_TF_OPS: 'SELECT_TF_OPS'\u003e` |\n| TFLITE_BUILTINS | `\u003cOpsSet.TFLITE_BUILTINS: 'TFLITE_BUILTINS'\u003e` |\n| TFLITE_BUILTINS_INT8 | `\u003cOpsSet.TFLITE_BUILTINS_INT8: 'TFLITE_BUILTINS_INT8'\u003e` |\n\n\u003cbr /\u003e"]]