2 writes to ByteFallback
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2333
ByteFallback
= other.ByteFallback;
2713
ByteFallback
= input.ReadBool();
6 references to ByteFallback
Microsoft.ML.Tokenizers (6)
Model\SentencePieceTokenizer.cs (1)
73
ByteFallback = modelProto.TrainerSpec.
ByteFallback
;
SentencepieceModel.cs (5)
1640
if (
ByteFallback
!= other.
ByteFallback
) return false;
1696
if (HasByteFallback) hash ^=
ByteFallback
.GetHashCode();
2023
output.WriteBool(
ByteFallback
);
2333
ByteFallback = other.
ByteFallback
;