Back to Tensorflow

tflite_model_maker.config.ExportFormat

tensorflow/lite/g3doc/api_docs/python/tflite_model_maker/config/ExportFormat.md

2.21.01.7 KB
Original Source

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>

tflite_model_maker.config.ExportFormat

<!-- Insert buttons and diff --> <table class="tfo-notebook-buttons tfo-api nocontent" align="left"> <td> <a target="_blank" href="https://github.com/tensorflow/examples/blob/master/tensorflow_examples/lite/model_maker/core/export_format.py#L24-L31">
View source on GitHub
</a> </td> </table>

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>