Home
last modified time | relevance | path

Searched defs:bind_allocation (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DResource.h162 inline void bind_allocation(const MemoryAllocation& memory) { in bind_allocation() function
387 inline void bind_allocation(const MemoryAllocation& memory) { in bind_allocation() function
H A DTensor.cpp386 void vTensor::bind_allocation(const api::MemoryAllocation& allocation) { in bind_allocation() function in at::native::vulkan::vTensor
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/memory/
H A DBuffer.h162 inline void bind_allocation(const Allocation& memory) { in bind_allocation() function
H A DImage.h245 inline void bind_allocation(const Allocation& memory) { in bind_allocation() function
/aosp_15_r20/external/executorch/backends/vulkan/runtime/api/containers/
H A DTensor.cpp668 void vTensor::bind_allocation(const vkapi::Allocation& allocation) { in bind_allocation() function in vkcompute::api::vTensor