11 references to Unused
Microsoft.ML.Tokenizers (11)
Model\SentencePieceBpeModel.cs (9)
180
if (type != (byte)ModelProto.Types.SentencePiece.Types.Type.
Unused
)
268
if (id.Type != (byte)ModelProto.Types.SentencePiece.Types.Type.
Unused
||
458
if (type != (byte)ModelProto.Types.SentencePiece.Types.Type.
Unused
)
573
if (id.Type != (byte)ModelProto.Types.SentencePiece.Types.Type.
Unused
||
726
if (type != (byte)ModelProto.Types.SentencePiece.Types.Type.
Unused
)
832
if (id.Type != (byte)ModelProto.Types.SentencePiece.Types.Type.
Unused
||
1002
if (type != (byte)ModelProto.Types.SentencePiece.Types.Type.
Unused
)
1108
if (id.Type != (byte)ModelProto.Types.SentencePiece.Types.Type.
Unused
||
1208
if (leftId.Type == (byte)ModelProto.Types.SentencePiece.Types.Type.
Unused
)
Model\SentencePieceUnigramModel.cs (2)
47
modelProto.Pieces[i].Type == ModelProto.Types.SentencePiece.Types.Type.
Unused
)
506
if (_vocabReverse[ret].Type == ModelProto.Types.SentencePiece.Types.Type.
Unused
)