Movatterモバイル変換


[0]ホーム

URL:


Vulkan API Reference Pageslatest

vkBindTensorMemoryARM(3)

Name

vkBindTensorMemoryARM - Bind device memory to tensor objects

C Specification

To attach memory to tensor objects call:

// Provided by VK_ARM_tensorsVkResult vkBindTensorMemoryARM(    VkDevice                                    device,    uint32_t                                    bindInfoCount,    const VkBindTensorMemoryInfoARM*            pBindInfos);

Parameters

  • device is the logical device that owns the buffers and memory.

  • bindInfoCount is the number of elements inpBindInfos.

  • pBindInfos is a pointer to an array of structures of typeVkBindTensorMemoryInfoARM, describing tensors and memory to bind.

Description

On some implementations, itmay be more efficient to batch memory bindingsinto a single command.

Valid Usage (Implicit)
  • VUID-vkBindTensorMemoryARM-device-parameter
    devicemust be a validVkDevice handle

  • VUID-vkBindTensorMemoryARM-pBindInfos-parameter
    pBindInfosmust be a valid pointer to an array ofbindInfoCount validVkBindTensorMemoryInfoARM structures

  • VUID-vkBindTensorMemoryARM-bindInfoCount-arraylength
    bindInfoCountmust be greater than0

See Also

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.


[8]ページ先頭

©2009-2026 Movatter.jp