Home
last modified time | relevance | path

Searched defs:image_extents (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/backends/vulkan/runtime/api/containers/
H A DTensor.cpp211 utils::uvec3& image_extents, in allocate_image()
595 void vTensor::set_logical_limits(const utils::uvec3& image_extents) { in set_logical_limits()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DAdapter.cpp164 VkExtent3D image_extents{1u, 1u, 1u}; local
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/memory/
H A DImage.h76 VkExtent3D image_extents; member
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/
H A DConvolution.cpp294 const utils::uvec3 image_extents = graph.logical_limits_of(out); in create_conv2d_global_wg_size() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DResource.h257 VkExtent3D image_extents; member
/aosp_15_r20/external/executorch/backends/vulkan/test/
H A Dvulkan_compute_api_test.cpp1104 const utils::uvec3 image_extents = {w, h, d}; in TEST_F() local