Home
last modified time | relevance | path

Searched refs:ActionsFeatureProcessor (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/native/actions/
Dfeature-processor.cc68 ActionsFeatureProcessor::ActionsFeatureProcessor( in ActionsFeatureProcessor() function in libtextclassifier3::ActionsFeatureProcessor
75 int ActionsFeatureProcessor::GetTokenEmbeddingSize() const { in GetTokenEmbeddingSize()
80 bool ActionsFeatureProcessor::AppendFeatures( in AppendFeatures()
105 bool ActionsFeatureProcessor::AppendTokenFeatures( in AppendTokenFeatures()
120 bool ActionsFeatureProcessor::AppendTokenFeatures( in AppendTokenFeatures()
Dfeature-processor_test.cc72 ActionsFeatureProcessor feature_processor( in TEST_F()
92 ActionsFeatureProcessor feature_processor( in TEST_F()
113 ActionsFeatureProcessor feature_processor( in TEST_F()
Dfeature-processor.h37 class ActionsFeatureProcessor {
39 explicit ActionsFeatureProcessor(
Dactions-suggestions.h140 std::unique_ptr<const ActionsFeatureProcessor> feature_processor_;
Dactions-suggestions.cc371 feature_processor_.reset(new ActionsFeatureProcessor(options, unilib_)); in ValidateAndInitialize()
Dactions-suggestions_test.cc1403 feature_processor_.reset(new ActionsFeatureProcessor(options, unilib_.get())); in TestingMessageEmbedder()