Function Prototype

vkBindTensorMemoryARM

Bind device memory to tensor objects

To attach memory to tensor objects call:

VkResult vkBindTensorMemoryARM(
    VkDevice device,
    uint32_t bindInfoCount,
    const VkBindTensorMemoryInfoARM* pBindInfos);
  • device is the logical device that owns the buffers and memory.
  • bindInfoCount is the number of elements in pBindInfos.
  • pBindInfos is a pointer to an array of structures of type VkBindTensorMemoryInfoARM, describing tensors and memory to bind.

On some implementations, it may be more efficient to batch memory bindings into a single command.

Valid Usage (Implicit)

VUID-vkBindTensorMemoryARM-pBindInfos-parameter

pBindInfos must be a valid pointer to an array of bindInfoCount valid VkBindTensorMemoryInfoARM structures

VUID-vkBindTensorMemoryARM-bindInfoCount-arraylength

bindInfoCount must be greater than 0