tensorflow/lite/g3doc/api_docs/python/tflite_model_maker/config/ExportFormat.md
page_type: reference description: An enumeration.
<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="tflite_model_maker.config.ExportFormat" /> <meta itemprop="path" content="Stable" /> <meta itemprop="property" content="LABEL"/> <meta itemprop="property" content="SAVED_MODEL"/> <meta itemprop="property" content="TFJS"/> <meta itemprop="property" content="TFLITE"/> <meta itemprop="property" content="VOCAB"/> </div>View source on GitHub
An enumeration.
<!-- Placeholder for "Used in" --> <!-- 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> LABEL<a id="LABEL"></a> </td> <td> `<ExportFormat.LABEL: 'LABEL'>` </td> </tr><tr> <td> SAVED_MODEL<a id="SAVED_MODEL"></a> </td> <td> `<ExportFormat.SAVED_MODEL: 'SAVED_MODEL'>` </td> </tr><tr> <td> TFJS<a id="TFJS"></a> </td> <td> `<ExportFormat.TFJS: 'TFJS'>` </td> </tr><tr> <td> TFLITE<a id="TFLITE"></a> </td> <td> `<ExportFormat.TFLITE: 'TFLITE'>` </td> </tr><tr> <td> VOCAB<a id="VOCAB"></a> </td> <td> `<ExportFormat.VOCAB: 'VOCAB'>` </td> </tr> </table>