Searched refs:kBpe (Results 1 – 5 of 5) sorted by relevance
73 if (model_type_ != SentencePieceModel::kUnigram && model_type_ != SentencePieceModel::kBpe && in ValidateParams()
85 .value("DE_SENTENCE_PIECE_BPE", SentencePieceModel::kBpe) in __anonf58a86e70802()
56 } else if (model_type == SentencePieceModel::kBpe) { in BuildFromFile()
153 kBpe = 1, ///< Based on Byte Pair Encoding (BPE) model. enumerator
105 if (model_type_ == SentencePieceModel::kBpe) { in BuildParams()