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