A B C D E F G H I L M N O P Q R S T U V
A
- allocateByteBuffer(int) - org.pytorch.executorch.Tensor 中的函数
- 分配一个新的具有指定容量、使用本机字节顺序的直接 ByteBuffer,可在 fromBlob, 中使用。
- allocateDoubleBuffer(int) - org.pytorch.executorch.Tensor 中的函数
- 分配一个新的具有指定容量、使用本机字节顺序的直接 DoubleBuffer,可在 fromBlob 中使用。
- allocateFloatBuffer(int) - org.pytorch.executorch.Tensor 中的函数
- 分配一个新的具有指定容量、使用本机字节顺序的直接 FloatBuffer,可在 fromBlob 中使用。
- allocateIntBuffer(int) - org.pytorch.executorch.Tensor 中的函数
- 分配一个新的具有指定容量、使用本机字节顺序的直接 IntBuffer,可在 fromBlob 中使用。
- allocateLongBuffer(int) - org.pytorch.executorch.Tensor 中的函数
- 分配一个新的具有指定容量、使用本机字节顺序的直接 LongBuffer,可在 fromBlob 中使用。
- annotationType() - java.lang.annotation.Annotation 中的函数