3 writes to BestPathScore
Microsoft.ML.Tokenizers (3)
Model\SentencePieceUnigramModel.cs (3)
507
BestPathScore
= 0f;
571
targetNode.
BestPathScore
= candidateBestPathScore;
590
targetNode.
BestPathScore
= candidateBestPathScore;
3 references to BestPathScore
Microsoft.ML.Tokenizers (3)
Model\SentencePieceUnigramModel.cs (3)
543
float bestPathScoreTillHere = bestPathEndsAt[startsAt].
BestPathScore
;
569
if (targetNode.StartsAt == -1 || candidateBestPathScore > targetNode.
BestPathScore
)
588
if (targetNode.StartsAt == -1 || candidateBestPathScore > targetNode.
BestPathScore
)