Class VkTensorDescriptionARM

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkTensorDescriptionARM extends Struct<VkTensorDescriptionARM> implements NativeResource
struct VkTensorDescriptionARM {
    VkStructureType sType;
    void const * pNext;
    VkTensorTilingARM tiling;
    VkFormat format;
    uint32_t dimensionCount;
    int64_t const * pDimensions;
    int64_t const * pStrides;
    VkTensorUsageFlagsARM usage;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • STYPE

      public static final int STYPE
      The struct member offsets.
    • PNEXT

      public static final int PNEXT
      The struct member offsets.
    • TILING

      public static final int TILING
      The struct member offsets.
    • FORMAT

      public static final int FORMAT
      The struct member offsets.
    • DIMENSIONCOUNT

      public static final int DIMENSIONCOUNT
      The struct member offsets.
    • PDIMENSIONS

      public static final int PDIMENSIONS
      The struct member offsets.
    • PSTRIDES

      public static final int PSTRIDES
      The struct member offsets.
    • USAGE

      public static final int USAGE
      The struct member offsets.
  • Constructor Details

    • VkTensorDescriptionARM

      public VkTensorDescriptionARM(ByteBuffer container)
      Creates a VkTensorDescriptionARM instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details