C Specification
The VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM
structure is defined as:
// Provided by VK_ARM_data_graph with VK_ARM_tensors
typedef struct VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM {
VkStructureType sType;
const void* pNext;
uint32_t dimension;
uint32_t zeroCount;
uint32_t groupSize;
} VkDataGraphPipelineConstantTensorSemiStructuredSparsityInfoARM;
Members
-
sTypeis a VkStructureType value identifying this structure. -
pNextisNULLor a pointer to a structure extending this structure. -
dimensionis the dimension of the tensor along which its data is sparse. -
zeroCountis the number of tensor elements that must be zero in every group ofgroupSizeelements. -
groupSizeis the number of tensor elements in a group.
Description
|
Note
|
This extension does not provide applications with a way of knowing which
combinations of |
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.