Home
last modified time | relevance | path

Searched refs:selection_params_ (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/smartselect/
Dtext-classification-model.cc105 selection_options_ = selection_params_->GetSelectionModelOptions(); in TextClassificationModel()
110 sharing_options_ = selection_params_->GetSharingModelOptions(); in TextClassificationModel()
183 selection_params_.reset( in LoadModels()
185 if (!selection_params_.get()) { in LoadModels()
188 selection_network_.reset(new EmbeddingNetwork(selection_params_.get())); in LoadModels()
190 new FeatureProcessor(selection_params_->GetFeatureProcessorOptions())); in LoadModels()
196 selection_params_->GetEmbeddingParams())); in LoadModels()
Dtext-classification-model.h113 std::unique_ptr<ModelParams> selection_params_; variable