2 writes to trainerSpec_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
3910trainerSpec_ = other.trainerSpec_ != null ? other.trainerSpec_.Clone() : null; 3949trainerSpec_ = value;
9 references to trainerSpec_
Microsoft.ML.Tokenizers (9)
SentencepieceModel.cs (9)
3910trainerSpec_ = other.trainerSpec_ != null ? other.trainerSpec_.Clone() : null; 3947get { return trainerSpec_; } 4029if (trainerSpec_ != null) hash ^= TrainerSpec.GetHashCode(); 4085if (trainerSpec_ != null) { 4115if (trainerSpec_ != null) { 4143if (other.trainerSpec_ != null) { 4144if (trainerSpec_ == null) { 4239if (trainerSpec_ == null) {