Searched refs:feature_processor_options (Results 1 – 5 of 5) sorted by relevance
74 const FeatureProcessorOptions* feature_processor_options = in BuildFeatureProcessor() local77 return FeatureProcessor(feature_processor_options, unilib); in BuildFeatureProcessor()
308 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()
1050 model->feature_processor_options(); in TestingMessageEmbedder()1065 model_.feature_processor_options.reset( in EmbeddingTest()1067 options_ = model_.feature_processor_options.get(); in EmbeddingTest()
477 feature_processor_options:ActionsTokenFeatureProcessorOptions;
94 const FeatureProcessorOptions* feature_processor_options = in BuildFeatureProcessor() local97 return FeatureProcessor(feature_processor_options, unilib); in BuildFeatureProcessor()