A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
L
- LlmCallback - class in org.pytorch.executorch.extension.llm
- Callback interface for Llama model.
- LlmModule - class in org.pytorch.executorch.extension.llm
- LlmModule is a wrapper around the Executorch LLM.
- load(String,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.