C Specification
To copy data between tensor objects, call:
// Provided by VK_ARM_tensors
void vkCmdCopyTensorARM(
VkCommandBuffer commandBuffer,
const VkCopyTensorInfoARM* pCopyTensorInfo);
Parameters
-
commandBuffer
is the command buffer into which the command will be recorded. -
pCopyTensorInfo
is a pointer to VkCopyTensorInfoARM structure describing the copy parameters.
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.