VkTensorViewARM(3)
C Specification
Tensor objects are not directly accessed by pipelines for reading or writingtensor data.Instead,tensor views representing the tensor subresources and containingadditional metadata are used for that purpose.Viewsmust be created on tensors of compatible types.
Tensor views are represented byVkTensorViewARM handles:
// Provided by VK_ARM_tensorsVK_DEFINE_NON_DISPATCHABLE_HANDLE(VkTensorViewARM)Document Notes
For more information, see theVulkan Specification.
This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.