Searched refs:test_binary_op (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/executorch/backends/vulkan/test/ |
H A D | vulkan_compute_api_test.cpp | 2654 void test_binary_op( in test_binary_op() function 2725 test_binary_op("add", {17, 21}, {17, 21}, dtype, layout); \ in TEST() 2726 test_binary_op("add", {17, 21}, {1, 1}, dtype, layout); \ in TEST() 2727 test_binary_op("sub", {11, 22}, {11, 22}, dtype, layout); \ in TEST() 2728 test_binary_op("sub", {11, 22}, {11, 1}, dtype, layout); \ in TEST() 2729 test_binary_op("add", {7, 17, 17}, {7, 17, 17}, dtype, layout); \ in TEST() 2730 test_binary_op("add", {7, 17, 17}, {7, 1, 17}, dtype, layout); \ in TEST() 2731 test_binary_op("sub", {9, 9, 7}, {9, 9, 7}, dtype, layout); \ in TEST() 2732 test_binary_op("sub", {9, 9, 7}, {9, 1, 1}, dtype, layout); in TEST()
|