tensorflow/lite/g3doc/api_docs/python/tf/lite/OpsSet.md
page_type: reference description: Enum class defining the sets of ops available to generate TFLite models.
<link rel="stylesheet" href="/site-assets/css/style.css"> <!-- DO NOT EDIT! Automatically generated file. --> <div itemscope itemtype="http://developers.google.com/ReferenceObject"> <meta itemprop="name" content="tf.lite.OpsSet" /> <meta itemprop="path" content="Stable" /> <meta itemprop="property" content="EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT16_WEIGHTS_INT8"/> <meta itemprop="property" content="SELECT_TF_OPS"/> <meta itemprop="property" content="TFLITE_BUILTINS"/> <meta itemprop="property" content="TFLITE_BUILTINS_INT8"/> </div>View source on GitHub
Enum class defining the sets of ops available to generate TFLite models.
<!-- Placeholder for "Used in" -->Warning: Experimental interface, subject to change.
<!-- Tabular view --> <table class="responsive fixed orange"> <colgroup><col width="214px"><col></colgroup> <tr><th colspan="2"><h2 class="add-link">Class Variables</h2></th></tr> <tr> <td> EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT16_WEIGHTS_INT8<a id="EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT16_WEIGHTS_INT8"></a> </td> <td> `<OpsSet.EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT16_WEIGHTS_INT8: 'EXPERIMENTAL_TFLITE_BUILTINS_ACTIVATIONS_INT16_WEIGHTS_INT8'>` </td> </tr><tr> <td> SELECT_TF_OPS<a id="SELECT_TF_OPS"></a> </td> <td> `<OpsSet.SELECT_TF_OPS: 'SELECT_TF_OPS'>` </td> </tr><tr> <td> TFLITE_BUILTINS<a id="TFLITE_BUILTINS"></a> </td> <td> `<OpsSet.TFLITE_BUILTINS: 'TFLITE_BUILTINS'>` </td> </tr><tr> <td> TFLITE_BUILTINS_INT8<a id="TFLITE_BUILTINS_INT8"></a> </td> <td> `<OpsSet.TFLITE_BUILTINS_INT8: 'TFLITE_BUILTINS_INT8'>` </td> </tr> </table>