Searched refs:EmbeddingCache (Results 1 – 5 of 5) sorted by relevance
/external/libtextclassifier/annotator/ |
D | feature-processor.h | 92 typedef std::map<CodepointSpan, std::vector<float>> EmbeddingCache; typedef 154 EmbeddingCache* embedding_cache, int feature_vector_size, 261 EmbeddingCache* embedding_cache,
|
D | annotator.h | 340 FeatureProcessor::EmbeddingCache* embedding_cache, 349 FeatureProcessor::EmbeddingCache* embedding_cache, 357 FeatureProcessor::EmbeddingCache* embedding_cache,
|
D | feature-processor.cc | 764 EmbeddingCache* embedding_cache, int feature_vector_size, in ExtractFeatures() 801 EmbeddingCache* embedding_cache, in AppendTokenFeaturesWithCache()
|
D | annotator.cc | 1118 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText() 1192 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText() 1204 FeatureProcessor::EmbeddingCache* embedding_cache, in ModelClassifyText() 1664 FeatureProcessor::EmbeddingCache embedding_cache; in ModelAnnotate()
|
D | feature-processor_test.cc | 651 TEST_F(FeatureProcessorTest, EmbeddingCache) { in TEST_F() argument 684 FeatureProcessor::EmbeddingCache embedding_cache = { in TEST_F()
|