Searched refs:test_quantize_per_tensor_and_dequantize (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | vulkan_quantized_api_test.cpp | 916 void test_quantize_per_tensor_and_dequantize( in test_quantize_per_tensor_and_dequantize() function 970 test_quantize_per_tensor_and_dequantize( in test_quantize_per_tensor_and_dequantize_random() 976 test_quantize_per_tensor_and_dequantize({1, 1, 1, 1}, 0.13, 21, dtype); in TEST_F() 977 test_quantize_per_tensor_and_dequantize({1, 1, 1, 4}, 0.3, 87, dtype); in TEST_F() 978 test_quantize_per_tensor_and_dequantize({1, 1, 4, 1}, 0.2, 120, dtype); in TEST_F() 979 test_quantize_per_tensor_and_dequantize({1, 1, 7, 7}, 0.3, 87, dtype); in TEST_F() 980 test_quantize_per_tensor_and_dequantize({1, 1, 8, 8}, 0.1, 10, dtype); in TEST_F() 981 test_quantize_per_tensor_and_dequantize({3, 5, 8, 8}, 0.04, 97, dtype); in TEST_F() 982 test_quantize_per_tensor_and_dequantize({1, 1, 11, 17}, 0.07, 15, dtype); in TEST_F() 983 test_quantize_per_tensor_and_dequantize({1, 1, 12, 17}, 0.1, 10, dtype); in TEST_F() [all …]
|