2 writes to normalizerSpec_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
3911normalizerSpec_ = other.normalizerSpec_ != null ? other.normalizerSpec_.Clone() : null; 3964normalizerSpec_ = value;
9 references to normalizerSpec_
Microsoft.ML.Tokenizers (9)
SentencepieceModel.cs (9)
3911normalizerSpec_ = other.normalizerSpec_ != null ? other.normalizerSpec_.Clone() : null; 3962get { return normalizerSpec_; } 4030if (normalizerSpec_ != null) hash ^= NormalizerSpec.GetHashCode(); 4089if (normalizerSpec_ != null) { 4118if (normalizerSpec_ != null) { 4149if (other.normalizerSpec_ != null) { 4150if (normalizerSpec_ == null) { 4246if (normalizerSpec_ == null) {