Home
last modified time | relevance | path

Searched refs:feature_processor_options (Results 1 – 5 of 5) sorted by relevance

/external/libtextclassifier/annotator/number/
Dnumber_test.cc74 const FeatureProcessorOptions* feature_processor_options = in BuildFeatureProcessor() local
77 return FeatureProcessor(feature_processor_options, unilib); in BuildFeatureProcessor()
/external/libtextclassifier/actions/
Dactions-suggestions.cc308 model_->feature_processor_options(); in ValidateAndInitialize()
612 if (model_->feature_processor_options()->min_num_tokens_per_message() > in EmbedTokensPerMessage()
615 model_->feature_processor_options()->min_num_tokens_per_message(); in EmbedTokensPerMessage()
617 if (model_->feature_processor_options()->max_num_tokens_per_message() > 0 && in EmbedTokensPerMessage()
619 model_->feature_processor_options()->max_num_tokens_per_message()) { in EmbedTokensPerMessage()
621 model_->feature_processor_options()->max_num_tokens_per_message(); in EmbedTokensPerMessage()
658 model_->feature_processor_options()->max_num_total_tokens(); in EmbedAndFlattenTokens()
706 model_->feature_processor_options()->min_num_total_tokens(); in EmbedAndFlattenTokens()
Dactions-suggestions_test.cc1050 model->feature_processor_options(); in TestingMessageEmbedder()
1065 model_.feature_processor_options.reset( in EmbeddingTest()
1067 options_ = model_.feature_processor_options.get(); in EmbeddingTest()
Dactions_model.fbs477 feature_processor_options:ActionsTokenFeatureProcessorOptions;
/external/libtextclassifier/annotator/duration/
Dduration_test.cc94 const FeatureProcessorOptions* feature_processor_options = in BuildFeatureProcessor() local
97 return FeatureProcessor(feature_processor_options, unilib); in BuildFeatureProcessor()