Searched refs:fill_vtensor (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/executorch/backends/vulkan/test/ |
H A D | vulkan_compute_api_test.cpp | 626 fill_vtensor(a, 2.5f); in TEST_F() 627 fill_vtensor(b, 1.5f); in TEST_F() 651 fill_vtensor(tensor, 0.0f, true); in run_buffer_tensor_sanity_check() 711 fill_vtensor(a, 2.5f); in TEST_F() 712 fill_vtensor(b, 1.5f); in TEST_F() 741 fill_vtensor(original, 2.5f, true); in TEST_F() 795 fill_vtensor(mat1, mat1_data); in TEST_F() 796 fill_vtensor(mat2, mat2_data); in TEST_F() 832 fill_vtensor(orig, 0); in TEST_F() 894 fill_vtensor(a, data_a); in TEST_F() [all …]
|
/aosp_15_r20/external/executorch/backends/vulkan/test/utils/ |
H A D | test_utils.cpp | 212 fill_vtensor(a, a_val); in execute_and_check_add() 213 fill_vtensor(b, b_val); in execute_and_check_add() 364 void fill_vtensor(api::vTensor& vten, std::vector<float>& data) { in fill_vtensor() function 393 void fill_vtensor(api::vTensor& vten, float val, bool iota) { in fill_vtensor() function 401 fill_vtensor(vten, vten_data); in fill_vtensor() 432 void fill_vtensor( in fill_vtensor() function 521 fill_vtensor(graph, graph.inputs().at(i), input_vals.at(i)); in execute_graph_and_check_output()
|
H A D | test_utils.h | 150 void fill_vtensor(vkcompute::api::vTensor& vten, std::vector<float>& data); 152 void fill_vtensor(vkcompute::api::vTensor& vten, float val, bool iota = false); 164 void fill_vtensor(
|