A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Z
E
- echo(Boolean) - function in org.pytorch.executorch.extension.llm.LlmGenerationConfig.Builder
- Sets whether to include the input prompt in the generated output.
- etdump() - function in org.pytorch.executorch.Module
- Dump the ExecuTorch ETRecord file to /data/local/tmp/result.etdump.
- etdump(String) - function in org.pytorch.executorch.Module
- Dump the ExecuTorch ETDump file to outputPath.
- EValue - class in org.pytorch.executorch
- Java representation of an ExecuTorch value, which is implemented as tagged union that can be one of the supported types: https://pytorch.org/docs/stable/jit.html#types .
- EValue.Companion - class in org.pytorch.executorch.EValue
- execute(String,EValue) - function in org.pytorch.executorch.Module
- Runs the specified method of this module with the specified arguments.
- executeForwardBackward(String,EValue) - function in org.pytorch.executorch.training.TrainingModule
- Runs the specified joint-graph method of this module with the specified arguments.
- ExecuTorchRuntime - class in org.pytorch.executorch
- Class for entire ExecuTorch Runtime related functions.
- ExecuTorchRuntime.Companion - class in org.pytorch.executorch.ExecuTorchRuntime
- ExecutorchRuntimeException - class in org.pytorch.executorch
- Base exception for all ExecuTorch runtime errors.
- ExecutorchRuntimeException.Companion - class in org.pytorch.executorch.ExecutorchRuntimeException
- ExecutorchRuntimeException.ExecutorchInvalidArgumentException - class in org.pytorch.executorch.ExecutorchRuntimeException
- Experimental - class in org.pytorch.executorch.annotations
- This annotation indicates that an API is experimental and may change or be removed at any time.