Home
last modified time | relevance | path

Searched refs:TFLiteEmbeddingExecutor (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/annotator/
Dmodel-executor.cc45 std::unique_ptr<TFLiteEmbeddingExecutor> TFLiteEmbeddingExecutor::FromBuffer( in FromBuffer()
83 return std::unique_ptr<TFLiteEmbeddingExecutor>(new TFLiteEmbeddingExecutor( in FromBuffer()
89 TFLiteEmbeddingExecutor::TFLiteEmbeddingExecutor( in TFLiteEmbeddingExecutor() function in libtextclassifier3::TFLiteEmbeddingExecutor
116 void TFLiteEmbeddingExecutor::ComputePrefixCounts() { in ComputePrefixCounts()
129 int TFLiteEmbeddingExecutor::PruneBucketId(int bucket_id) const { in PruneBucketId()
152 bool TFLiteEmbeddingExecutor::AddEmbedding( in AddEmbedding()
Dmodel-executor.h77 class TFLiteEmbeddingExecutor : public EmbeddingExecutor {
79 static std::unique_ptr<TFLiteEmbeddingExecutor> FromBuffer(
97 explicit TFLiteEmbeddingExecutor(
Dannotator.cc352 embedding_executor_ = TFLiteEmbeddingExecutor::FromBuffer( in ValidateAndInitialize()
/external/libtextclassifier/actions/
Dactions-suggestions.cc316 embedding_executor_ = TFLiteEmbeddingExecutor::FromBuffer( in ValidateAndInitialize()