Back to Tensorflow

tflite_model_maker.searcher.ExportFormat

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

2.21.01.3 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.searcher.ExportFormat" /> <meta itemprop="path" content="Stable" /> <meta itemprop="property" content="SCANN_INDEX_FILE"/> <meta itemprop="property" content="TFLITE"/> </div>

tflite_model_maker.searcher.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/task/searcher.py#L38-L42">
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> SCANN_INDEX_FILE<a id="SCANN_INDEX_FILE"></a> </td> <td> `<ExportFormat.SCANN_INDEX_FILE: 'SCANN_INDEX_FILE'>` </td> </tr><tr> <td> TFLITE<a id="TFLITE"></a> </td> <td> `<ExportFormat.TFLITE: 'TFLITE'>` </td> </tr> </table>