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