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