A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
A
- 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.
- 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