A B C D E F G H I L M N O P Q R S T U V
G
- generate(String,LlmCallback) - org.pytorch.executorch.extension.llm.LlmModule 中的函数
- 开始从模块生成 token。
- generate(String,int,LlmCallback) - org.pytorch.executorch.extension.llm.LlmModule 中的函数
- 开始从模块生成 token。
- generate(String,LlmCallback,boolean) - org.pytorch.executorch.extension.llm.LlmModule 中的函数
- 开始从模块生成 token。
- generate(String,int,LlmCallback,boolean) - org.pytorch.executorch.extension.llm.LlmModule 中的函数
- 开始从模块生成 token。
- generate(Array,int,int,int,String,int,LlmCallback,boolean) - org.pytorch.executorch.extension.llm.LlmModule 中的函数
- 开始从模块生成 token。
- generateFromPos(String,int,long,LlmCallback,boolean) - org.pytorch.executorch.extension.llm.LlmModule 中的函数
- 从给定的 prompt 开始,从给定的位置生成 token。
- getDataAsByteArray() - org.pytorch.executorch.Tensor 中的函数
- getDataAsDoubleArray() - org.pytorch.executorch.Tensor 中的函数
- getDataAsFloatArray() - org.pytorch.executorch.Tensor 中的函数
- getDataAsIntArray() - org.pytorch.executorch.Tensor 中的函数
- getDataAsLongArray() - org.pytorch.executorch.Tensor 中的函数
- getDataAsUnsignedByteArray() - org.pytorch.executorch.Tensor 中的函数