A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Z
T
- temperature(Float) - function in org.pytorch.executorch.extension.llm.LlmGenerationConfig.Builder
- Sets the temperature for random sampling.
- temperature(Float) - function in org.pytorch.executorch.extension.llm.LlmModuleConfig.Builder
- Sets the temperature for sampling generation.
- Tensor - class in org.pytorch.executorch
- Representation of an ExecuTorch Tensor.
- Tensor.Companion - class in org.pytorch.executorch.Tensor
- toBool() - function in org.pytorch.executorch.EValue
- toByteArray() - function in org.pytorch.executorch.EValue
- Serializes an
EValueinto a byte array. - toByteArray() - function in org.pytorch.executorch.Tensor
- Serializes a
Tensorinto a byte array. - toDouble() - function in org.pytorch.executorch.EValue
- toInt() - function in org.pytorch.executorch.EValue
- tokenizerPath(String) - function in org.pytorch.executorch.extension.llm.LlmModuleConfig.Builder
- Sets the path to the tokenizer.
- toStr() - function in org.pytorch.executorch.EValue
- toTensor() - function in org.pytorch.executorch.EValue
- TrainingModule - class in org.pytorch.executorch.training
- Kotlin wrapper for ExecuTorch TrainingModule.
- TrainingModule.Companion - class in org.pytorch.executorch.training.TrainingModule
- transcribe(String,AsrTranscribeConfig,AsrCallback) - function in org.pytorch.executorch.extension.asr.AsrModule
- Transcribe audio from a WAV file.
- transcribe(String,AsrTranscribeConfig) - function in org.pytorch.executorch.extension.asr.AsrModule
- Transcribe audio from a WAV file.
- transcribe(String) - function in org.pytorch.executorch.extension.asr.AsrModule
- Transcribe audio from a WAV file.