Home
last modified time | relevance | path

Searched refs:get_tensor_to_nchw_shader (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/utils/
H A DStagingUtils.h18 vkapi::ShaderInfo get_tensor_to_nchw_shader(
H A DStagingUtils.cpp50 vkapi::ShaderInfo get_tensor_to_nchw_shader( in get_tensor_to_nchw_shader() function
/aosp_15_r20/external/executorch/backends/vulkan/test/utils/
H A Dtest_utils.cpp54 get_tensor_to_nchw_shader(v_src), in record_buffer_to_nchw_op()
100 get_tensor_to_nchw_shader(v_src), in record_image_to_nchw_op()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/
H A DStaging.cpp71 vkapi::ShaderInfo shader = get_tensor_to_nchw_shader( in add_tensor_to_staging_node()