A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
L
- LlmCallback - class in org.pytorch.executorch.extension.llm
- Callback interface for Llama model.
- LlmGenerationConfig - class in org.pytorch.executorch.extension.llm
- Configuration class for controlling text generation parameters in LLM operations.
- LlmGenerationConfig.Builder - class in org.pytorch.executorch.extension.llm.LlmGenerationConfig
- Builder class for constructing LlmGenerationConfig instances.
- LlmModule - class in org.pytorch.executorch.extension.llm
- LlmModule is a wrapper around the Executorch LLM.
- LlmModuleConfig - class in org.pytorch.executorch.extension.llm
- Configuration class for initializing a LlmModule.
- LlmModuleConfig.Builder - class in org.pytorch.executorch.extension.llm.LlmModuleConfig
- Builder class for constructing LlmModuleConfig instances with optional parameters.
- load(String,int) - function in org.pytorch.executorch.Module
- Loads a serialized ExecuTorch module from the specified path on the disk.
- load(String,int,int) - function in org.pytorch.executorch.Module
- Loads a serialized ExecuTorch module from the specified path on the disk.
- load(String) - function in org.pytorch.executorch.Module
- Loads a serialized ExecuTorch module from the specified path on the disk to run on CPU.
- load() - function in org.pytorch.executorch.extension.llm.LlmModule
- Force loading the module.
- loadMethod(String) - function in org.pytorch.executorch.Module
- Load a method on this module.