3 writes to BestPathScore
Microsoft.ML.Tokenizers (3)
Model\SentencePieceUnigramModel.cs (3)
457
BestPathScore
= 0f;
521
targetNode.
BestPathScore
= candidateBestPathScore;
540
targetNode.
BestPathScore
= candidateBestPathScore;
3 references to BestPathScore
Microsoft.ML.Tokenizers (3)
Model\SentencePieceUnigramModel.cs (3)
493
float bestPathScoreTillHere = bestPathEndsAt[startsAt].
BestPathScore
;
519
if (targetNode.StartsAt == -1 || candidateBestPathScore > targetNode.
BestPathScore
)
538
if (targetNode.StartsAt == -1 || candidateBestPathScore > targetNode.
BestPathScore
)