Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor.h106 typedef std::map<CodepointSpan, std::vector<float>> EmbeddingCache; typedef
173 EmbeddingCache* embedding_cache, int feature_vector_size,
290 EmbeddingCache* embedding_cache,
Dannotator.h306 FeatureProcessor::EmbeddingCache* embedding_cache,
324 FeatureProcessor::EmbeddingCache* embedding_cache,
Dfeature-processor.cc794 EmbeddingCache* embedding_cache, int feature_vector_size, in ExtractFeatures()
831 EmbeddingCache* embedding_cache, in AppendTokenFeaturesWithCache()
Dfeature-processor_test.cc726 TEST_F(AnnotatorFeatureProcessorTest, EmbeddingCache) { in TEST_F() argument
759 FeatureProcessor::EmbeddingCache embedding_cache = { in TEST_F()
Dannotator.cc1423 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText()
1444 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText()
1977 FeatureProcessor::EmbeddingCache embedding_cache; in ModelAnnotate()