Searched refs:execute_graph_and_check_output (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/executorch/backends/vulkan/test/utils/ |
H A D | test_utils.h | 230 void execute_graph_and_check_output(
|
H A D | test_utils.cpp | 513 void execute_graph_and_check_output( in execute_graph_and_check_output() function
|
/aosp_15_r20/external/executorch/backends/vulkan/test/ |
H A D | vulkan_compute_api_test.cpp | 2702 execute_graph_and_check_output(graph, {val_arg1, val_arg2}, {val_out}); in test_binary_op() 2795 execute_graph_and_check_output(graph, {val_mat1}, {val_out}); in test_mm() 2800 execute_graph_and_check_output(graph, {val_mat1, val_mat2}, {val_out}); in test_mm() 3150 execute_graph_and_check_output(graph, {val_mat1, val_mat2}, {val_out}); in test_transpose_view_mm() 3157 execute_graph_and_check_output(graph, {val_mat1, val_mat2}, {val_out}); in test_transpose_view_mm()
|