- getAttentionMask() - 类 中的方法cn.smartjavaai.translation.entity.GreedyBatchTensorList
-
- getBosTokenId() - 类 中的方法cn.smartjavaai.translation.config.NllbSearchConfig
-
- getCode() - 枚举 中的方法cn.smartjavaai.translation.enums.LanguageCode
-
- getDecoderStartTokenId() - 类 中的方法cn.smartjavaai.translation.config.NllbSearchConfig
-
- getEncoderHiddenStates() - 类 中的方法cn.smartjavaai.translation.entity.GreedyBatchTensorList
-
- getEncoderRepetitionPenalty() - 类 中的方法cn.smartjavaai.translation.config.NllbSearchConfig
-
- getEosTokenId() - 类 中的方法cn.smartjavaai.translation.config.NllbSearchConfig
-
- getForcedBosTokenId() - 类 中的方法cn.smartjavaai.translation.config.NllbSearchConfig
-
- getId() - 枚举 中的方法cn.smartjavaai.translation.enums.LanguageCode
-
- getInstance() - 类 中的静态方法cn.smartjavaai.translation.factory.TranslationModelFactory
-
- getLengthPenalty() - 类 中的方法cn.smartjavaai.translation.config.NllbSearchConfig
-
- getList() - 类 中的方法cn.smartjavaai.translation.entity.BatchTensorList
-
Returns the serialized version of the BatchTensorList.
- getList() - 类 中的方法cn.smartjavaai.translation.entity.GreedyBatchTensorList
-
- getLogits() - 类 中的方法cn.smartjavaai.translation.entity.CausalLMOutput
-
- getMaxSeqLength() - 类 中的方法cn.smartjavaai.translation.config.NllbSearchConfig
-
- getModel(TranslationModelConfig) - 类 中的方法cn.smartjavaai.translation.factory.TranslationModelFactory
-
获取翻译模型(通过配置)
- getNextInputIds() - 类 中的方法cn.smartjavaai.translation.entity.GreedyBatchTensorList
-
- getPadTokenId() - 类 中的方法cn.smartjavaai.translation.config.NllbSearchConfig
-
- getPastAttentionMask() - 类 中的方法cn.smartjavaai.translation.entity.BatchTensorList
-
Returns the value of the pastAttentionMask.
- getPastKeyValues() - 类 中的方法cn.smartjavaai.translation.entity.BatchTensorList
-
Returns the value of the pastKeyValues.
- getPastKeyValues() - 类 中的方法cn.smartjavaai.translation.entity.GreedyBatchTensorList
-
- getPastKeyValuesList() - 类 中的方法cn.smartjavaai.translation.entity.CausalLMOutput
-
- getPastOutputIds() - 类 中的方法cn.smartjavaai.translation.entity.BatchTensorList
-
Returns the value of the pastOutputIds.
- getPastOutputIds() - 类 中的方法cn.smartjavaai.translation.entity.GreedyBatchTensorList
-
- getSeqDimOrder() - 类 中的方法cn.smartjavaai.translation.entity.BatchTensorList
-
Returns the sequence dimension order which specifies where the sequence dimension is in a
tensor's shape.
- getSrcLangId() - 类 中的方法cn.smartjavaai.translation.config.NllbSearchConfig
-
- GreedyBatchTensorList - cn.smartjavaai.translation.entity中的类
-
贪婪搜索张量对象列表
- GreedyBatchTensorList(NDArray, NDArray, NDList, NDArray, NDArray) - 类 的构造器cn.smartjavaai.translation.entity.GreedyBatchTensorList
-
- GreedyBatchTensorList() - 类 的构造器cn.smartjavaai.translation.entity.GreedyBatchTensorList
-
- greedyStepGen(NllbSearchConfig, NDArray, NDArray, NDManager) - 类 中的方法cn.smartjavaai.translation.model.NllbModel
-