Home
last modified time | relevance | path

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 Dtest_utils.h230 void execute_graph_and_check_output(
H A Dtest_utils.cpp513 void execute_graph_and_check_output( in execute_graph_and_check_output() function
/aosp_15_r20/external/executorch/backends/vulkan/test/
H A Dvulkan_compute_api_test.cpp2702 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()