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