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