Searched refs:test_copy_to_texture_bool (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | vulkan_api_test.cpp | 364 void test_copy_to_texture_bool(const at::IntArrayRef input_shape) { in test_copy_to_texture_bool() function 381 test_copy_to_texture_bool({5, 1, 2, 2}); in TEST_F() 382 test_copy_to_texture_bool({17, 2, 4, 2}); in TEST_F() 383 test_copy_to_texture_bool({9, 3, 3, 8}); in TEST_F() 386 test_copy_to_texture_bool({7, 17, 4, 8}); in TEST_F() 387 test_copy_to_texture_bool({8, 6, 2, 4}); in TEST_F() 388 test_copy_to_texture_bool({13, 31, 4, 57}); in TEST_F() 391 test_copy_to_texture_bool({17, 31, 4}); in TEST_F() 392 test_copy_to_texture_bool({64, 16}); in TEST_F() 393 test_copy_to_texture_bool({8}); in TEST_F() [all …]
|