3 writes to BestPathScore
Microsoft.ML.Tokenizers (3)
Model\SentencePieceUnigramModel.cs (3)
732BestPathScore = 0f; 796targetNode.BestPathScore = candidateBestPathScore; 815targetNode.BestPathScore = candidateBestPathScore;
3 references to BestPathScore
Microsoft.ML.Tokenizers (3)
Model\SentencePieceUnigramModel.cs (3)
768float bestPathScoreTillHere = bestPathEndsAt[startsAt].BestPathScore; 794if (targetNode.StartsAt == -1 || candidateBestPathScore > targetNode.BestPathScore) 813if (targetNode.StartsAt == -1 || candidateBestPathScore > targetNode.BestPathScore)