2 writes to PrecompiledCharsmap
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
3250
PrecompiledCharsmap
= other.PrecompiledCharsmap;
3328
PrecompiledCharsmap
= input.ReadBytes();
6 references to PrecompiledCharsmap
Microsoft.ML.Tokenizers (6)
SentencepieceModel.cs (6)
3097
if (
PrecompiledCharsmap
!= other.
PrecompiledCharsmap
) return false;
3113
if (HasPrecompiledCharsmap) hash ^=
PrecompiledCharsmap
.GetHashCode();
3182
output.WriteBytes(
PrecompiledCharsmap
);
3217
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
PrecompiledCharsmap
);
3250
PrecompiledCharsmap = other.
PrecompiledCharsmap
;