tensorflow/lite/g3doc/api_docs/python/tflite_model_maker/searcher.md
page_type: reference description: APIs to create the searcher model.
<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" /> <meta itemprop="path" content="Stable" /> </div>View source on GitHub
APIs to create the searcher model.
<a href="https://www.tensorflow.org/lite/tutorials/model_maker_text_searcher">https://www.tensorflow.org/lite/tutorials/model_maker_text_searcher</a>
class DataLoader: Base DataLoader class for Searcher task.
class ExportFormat: An enumeration.
class ImageDataLoader: DataLoader class for Image Searcher Task.
class MetadataType: An enumeration.
class ScaNNOptions: Options to build ScaNN.
class ScoreAH: Product Quantization (PQ) based in-partition scoring configuration.
class ScoreBruteForce: Bruce force in-partition scoring configuration.
class Searcher: Creates the similarity search model with ScaNN.
class TextDataLoader: DataLoader class for Text Searcher.
class Tree: K-Means partitioning tree configuration.