Searched refs:src_offset_ref (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/ |
H A D | Copy.cpp | 182 ValueRef src_offset_ref, in add_copy_offset_node() argument 186 ivec3 src_offset = utils::make_ivec3(*graph.get_int_list(src_offset_ref)); in add_copy_offset_node()
|
/aosp_15_r20/external/executorch/backends/vulkan/test/ |
H A D | vulkan_compute_api_test.cpp | 1982 ValueRef src_offset_ref = graph.add_scalar_list<int64_t>({1, 1, 1}); in TEST() local 2006 graph, {a.value, range_ref, src_offset_ref, dst_offset_ref, out.value}); in TEST() 2064 ValueRef src_offset_ref = graph.add_scalar<int64_t>(src_offset); in TEST() local 2070 graph, {a.value, range_ref, src_offset_ref, dst_offset_ref, out.value}); in TEST() 2250 ValueRef src_offset_ref = graph.add_scalar_list<int64_t>({1, 1, 1}); in TEST() local 2274 graph, {a.value, range_ref, src_offset_ref, dst_offset_ref, out.value}); in TEST() 2332 ValueRef src_offset_ref = graph.add_scalar<int64_t>(src_offset); in TEST() local 2338 graph, {a.value, range_ref, src_offset_ref, dst_offset_ref, out.value}); in TEST()
|