Home
last modified time | relevance | path

Searched refs:pruned_row_bucket_id_ (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/annotator/
Dmodel-executor.cc110 pruned_row_bucket_id_ = embedding_pruning_mask->pruned_row_bucket_id(); in TFLiteEmbeddingExecutor()
141 return pruned_row_bucket_id_; in PruneBucketId()
Dmodel-executor.h122 int pruned_row_bucket_id_ = -1; variable