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.h309 FeatureProcessor::EmbeddingCache* embedding_cache,
327 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.cc1449 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText()
1470 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText()
2065 FeatureProcessor::EmbeddingCache embedding_cache; in ModelAnnotate()