Searched refs:TFLiteEmbeddingExecutor (Results 1 – 4 of 4) sorted by relevance
45 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::TFLiteEmbeddingExecutor116 void TFLiteEmbeddingExecutor::ComputePrefixCounts() { in ComputePrefixCounts()129 int TFLiteEmbeddingExecutor::PruneBucketId(int bucket_id) const { in PruneBucketId()152 bool TFLiteEmbeddingExecutor::AddEmbedding( in AddEmbedding()
77 class TFLiteEmbeddingExecutor : public EmbeddingExecutor {79 static std::unique_ptr<TFLiteEmbeddingExecutor> FromBuffer(97 explicit TFLiteEmbeddingExecutor(
402 embedding_executor_ = TFLiteEmbeddingExecutor::FromBuffer( in ValidateAndInitialize()
372 embedding_executor_ = TFLiteEmbeddingExecutor::FromBuffer( in ValidateAndInitialize()