3 references to Normal
Microsoft.ML.Tokenizers (3)
Model\SentencePieceUnigramModel.cs (2)
48if (modelProto.Pieces[i].Type == ModelProto.Types.SentencePiece.Types.Type.Normal || 205_vocabReverse[i] = (piece, score, ModelProto.Types.SentencePiece.Types.Type.Normal);
SentencepieceModel.cs (1)
234internal Types.Type Type { get; set; } = Types.Type.Normal;