A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Z
A
- addSuppressed(Throwable) - function in java.lang.ExecutorchRuntimeException
- addSuppressed(Throwable) - function in java.lang.ExecutorchRuntimeException.ExecutorchInvalidArgumentException
- allocateByteBuffer(int) - function in org.pytorch.executorch.Tensor
- Allocates a new direct ByteBuffer with native byte order with specified capacity thatcan be used in fromBlob, .
- allocateDoubleBuffer(int) - function in org.pytorch.executorch.Tensor
- Allocates a new direct DoubleBuffer with native byte order with specified capacity thatcan be used in fromBlob.
- allocateFloatBuffer(int) - function in org.pytorch.executorch.Tensor
- Allocates a new direct FloatBuffer with native byte order with specified capacity thatcan be used in fromBlob.
- allocateHalfBuffer(int) - function in org.pytorch.executorch.Tensor
- Allocates a new direct ShortBuffer with native byte order and specified capacity thatcan be used in fromBlob.
- allocateIntBuffer(int) - function in org.pytorch.executorch.Tensor
- Allocates a new direct IntBuffer with native byte order with specified capacity thatcan be used in fromBlob.
- allocateLongBuffer(int) - function in org.pytorch.executorch.Tensor
- Allocates a new direct LongBuffer with native byte order with specified capacity thatcan be used in fromBlob.
- annotationType() - function in java.lang.annotation.Annotation
- AsrCallback - class in org.pytorch.executorch.extension.asr
- Callback interface for ASR (Automatic Speech Recognition) module.
- AsrModule - class in org.pytorch.executorch.extension.asr
- AsrModule is a wrapper around the ExecuTorch ASR Runner.
- AsrModule.Companion - class in org.pytorch.executorch.extension.asr.AsrModule
- AsrTranscribeConfig - class in org.pytorch.executorch.extension.asr
- Configuration for ASR transcription.
- AsrTranscribeConfig.Builder - class in org.pytorch.executorch.extension.asr.AsrTranscribeConfig
- Builder class for AsrTranscribeConfig for Java interoperability.