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