Structures

VkTensorMemoryRequirementsInfoARM

Structure specifying memory requirements

The VkTensorMemoryRequirementsInfoARM structure is defined as:

typedef struct VkTensorMemoryRequirementsInfoARM {
    VkStructureType sType;
    const void* pNext;
    VkTensorARM tensor;
} VkTensorMemoryRequirementsInfoARM;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • tensor is the tensor to query.

Valid Usage (Implicit)

VUID-VkTensorMemoryRequirementsInfoARM-sType-sType

sType must be VK_STRUCTURE_TYPE_TENSOR_MEMORY_REQUIREMENTS_INFO_ARM