3 writes to unkSurface_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
199
unkSurface_
= other.unkSurface_;
1516
unkSurface_
= pb::ProtoPreconditions.CheckNotNull(value, "value");
1529
unkSurface_
= null;
3 references to unkSurface_
Microsoft.ML.Tokenizers (3)
SentencepieceModel.cs (3)
199
unkSurface_ = other.
unkSurface_
;
1514
get { return
unkSurface_
?? UnkSurfaceDefaultValue; }
1523
get { return
unkSurface_
!= null; }