Searched refs:ActionsFeatureProcessor (Results 1 – 6 of 6) sorted by relevance
68 ActionsFeatureProcessor::ActionsFeatureProcessor( in ActionsFeatureProcessor() function in libtextclassifier3::ActionsFeatureProcessor75 int ActionsFeatureProcessor::GetTokenEmbeddingSize() const { in GetTokenEmbeddingSize()80 bool ActionsFeatureProcessor::AppendFeatures( in AppendFeatures()105 bool ActionsFeatureProcessor::AppendTokenFeatures( in AppendTokenFeatures()120 bool ActionsFeatureProcessor::AppendTokenFeatures( in AppendTokenFeatures()
72 ActionsFeatureProcessor feature_processor( in TEST_F()92 ActionsFeatureProcessor feature_processor( in TEST_F()113 ActionsFeatureProcessor feature_processor( in TEST_F()
37 class ActionsFeatureProcessor {39 explicit ActionsFeatureProcessor(
140 std::unique_ptr<const ActionsFeatureProcessor> feature_processor_;
371 feature_processor_.reset(new ActionsFeatureProcessor(options, unilib_)); in ValidateAndInitialize()
1403 feature_processor_.reset(new ActionsFeatureProcessor(options, unilib_.get())); in TestingMessageEmbedder()