Package | Description |
---|---|
org.bytedeco.sentencepiece |
Modifier and Type | Method and Description |
---|---|
IntVectorFloatPairVector |
IntVectorFloatPairVector.first(long i,
IntVector first) |
IntVectorFloatPairVector |
IntVectorFloatPairVector.put(IntVector[] firstValue,
float[] secondValue) |
IntVectorFloatPairVector |
IntVectorFloatPairVector.put(IntVectorFloatPairVector x) |
IntVectorFloatPairVector |
SentencePieceProcessor.SampleEncodeAndScoreAsIds(String input,
int num_samples,
float alpha,
boolean wor,
boolean include_best) |
IntVectorFloatPairVector |
IntVectorFloatPairVector.second(long i,
float second) |
Modifier and Type | Method and Description |
---|---|
IntVectorFloatPairVector |
IntVectorFloatPairVector.put(IntVectorFloatPairVector x) |
Status |
SentencePieceProcessor.SampleEncodeAndScore(String input,
int num_samples,
float alpha,
boolean wor,
boolean include_best,
IntVectorFloatPairVector ids) |
Copyright © 2024. All rights reserved.