3 writes to input_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
3641input_ = other.input_; 3662input_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); 3675input_ = null;
3 references to input_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
3641input_ = other.input_; 3660get { return input_ ?? InputDefaultValue; } 3669get { return input_ != null; }