/aosp_15_r20/external/executorch/kernels/test/ |
H A D | UnaryUfuncRealHBBF16ToFloatHBF16Test.cpp | 41 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_half_output_static_dynamism_support() macro 51 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_bfloat16_output_static_dynamism_support() macro 61 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_float_output_static_dynamism_support() macro 71 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_double_output_static_dynamism_support() macro 81 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_half_output_bound_dynamism_support() macro 92 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_bfloat16_output_bound_dynamism_support() macro 103 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_float_output_bound_dynamism_support() macro 114 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_double_output_bound_dynamism_support() macro 128 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_float_output_unbound_dynamism_support() macro 142 #define TEST_ENTRY(ctype, dtype) \ in test_all_real_input_double_output_unbound_dynamism_support() macro [all …]
|
H A D | op_glu_test.cpp | 118 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 125 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 149 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 156 #define TEST_ENTRY(ctype, dtype) test_glu_out_invalid_dim<ScalarType::dtype>(); in TEST_F() macro 162 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 169 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro
|
H A D | op_constant_pad_nd_test.cpp | 353 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 361 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 369 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 377 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 385 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 393 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro
|
H A D | op_logit_test.cpp | 101 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 108 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 114 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 121 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 142 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro
|
H A D | op_sigmoid_test.cpp | 68 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 75 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 82 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 104 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro
|
H A D | op_min_test.cpp | 260 #define TEST_ENTRY(ctype, dtype) test_min_unary_out_dtype<ScalarType::dtype>(); in TEST_F() macro 266 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 273 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 283 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 314 #define TEST_ENTRY(ctype, dtype) test_min_out_dtype<ScalarType::dtype>(); in TEST_F() macro
|
H A D | op_max_test.cpp | 264 #define TEST_ENTRY(ctype, dtype) test_max_unary_out_dtype<ScalarType::dtype>(); in TEST_F() macro 270 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 277 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 287 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 318 #define TEST_ENTRY(ctype, dtype) test_max_out_dtype<ScalarType::dtype>(); in TEST_F() macro
|
H A D | BinaryLogicalOpTest.cpp | 14 #define TEST_ENTRY(ctype, dtype) \ in test_all_dtypes() macro 18 #define TEST_ENTRY(ctype, dtype) \ in test_all_dtypes() macro 22 #define TEST_ENTRY(ctype, dtype) \ in test_all_dtypes() macro
|
H A D | op_mean_test.cpp | 255 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro 273 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro 325 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro 337 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 342 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro
|
H A D | op_amin_test.cpp | 235 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 245 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 282 #define TEST_ENTRY(ctype, dtype) test_amin_out_dtype<ScalarType::dtype>(); in TEST_F() macro
|
H A D | op_amax_test.cpp | 235 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 245 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 282 #define TEST_ENTRY(ctype, dtype) test_amax_out_dtype<ScalarType::dtype>(); in TEST_F() macro
|
H A D | op_ne_test.cpp | 85 #define TEST_ENTRY(ctype, dtype) test_ne_scalar_out<ScalarType::dtype>(); in TEST_F() macro 119 #define TEST_ENTRY(ctype, dtype) test_ne_all_output_dtypes<ScalarType::dtype>(); in TEST_F() macro 125 #define TEST_ENTRY(ctype, dtype) test_dtype<ctype, ScalarType::dtype>(); in TEST_F() macro
|
H A D | op_scatter_add_test.cpp | 283 #define TEST_ENTRY(CTYPE, DTYPE) test_scatter_add_out<ScalarType::DTYPE>(); in TEST_F() macro 320 #define TEST_ENTRY(CTYPE, DTYPE) \ in TEST_F() macro 330 #define TEST_ENTRY(CTYPE, DTYPE) \ in TEST_F() macro
|
H A D | op_unbind_copy_test.cpp | 210 #define TEST_ENTRY(ctype, dtype) test_unbind_dim0<ScalarType::dtype>(); in TEST_F() macro 216 #define TEST_ENTRY(ctype, dtype) test_unbind_dim1<ScalarType::dtype>(); in TEST_F() macro 222 #define TEST_ENTRY(ctype, dtype) test_unbind_dim2<ScalarType::dtype>(); in TEST_F() macro
|
H A D | op_sum_test.cpp | 240 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro 258 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro 304 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro
|
H A D | op_var_test.cpp | 242 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro 260 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro 305 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro
|
H A D | op_scatter_test.cpp | 370 #define TEST_ENTRY(CTYPE, DTYPE) test_scatter_src_out<ScalarType::DTYPE>(); in TEST_F() macro 376 #define TEST_ENTRY(CTYPE, DTYPE) \ in TEST_F() macro 383 #define TEST_ENTRY(CTYPE, DTYPE) test_scatter_value_out<ScalarType::DTYPE>(); in TEST_F() macro 417 #define TEST_ENTRY(CTYPE, DTYPE) \ in TEST_F() macro
|
H A D | op_lift_fresh_copy_test.cpp | 59 #define TEST_ENTRY(ctype, dtype) test_dtype<ctype, ScalarType::dtype>(); in TEST_F() macro 65 #define TEST_ENTRY(ctype, dtype) test_empty_input<ctype, ScalarType::dtype>(); in TEST_F() macro
|
H A D | op_to_copy_test.cpp | 313 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro 353 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro 423 #define TEST_ENTRY(INPUT_CTYPE, INPUT_DTYPE) \ in TEST_F() macro
|
H A D | op_bitwise_not_test.cpp | 88 #define TEST_ENTRY(ctype, dtype) test_bitwise_not_out<ScalarType::dtype>(); in TEST_F() macro 111 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro
|
H A D | op_any_test.cpp | 115 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro 122 #define TEST_ENTRY(ctype, dtype) test_any_all_out<ScalarType::dtype>(); in TEST_F() macro
|
H A D | op_detach_copy_test.cpp | 84 #define TEST_ENTRY(ctype, dtype) test_detach_copy_out<ScalarType::dtype>(); in TEST_F() macro 94 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro
|
H A D | op_eq_test.cpp | 65 #define TEST_ENTRY(ctype, dtype) test_eq_scalar_out<ScalarType::dtype>(); in TEST_F() macro 102 #define TEST_ENTRY(ctype, dtype) test_eq_all_output_dtypes<ScalarType::dtype>(); in TEST_F() macro
|
H A D | op_full_like_test.cpp | 89 #define TEST_ENTRY(ctype, dtype) test_full_like_out<ScalarType::dtype>(); in TEST_F() macro 98 #define TEST_ENTRY(ctype, dtype) \ in TEST_F() macro
|
/aosp_15_r20/external/executorch/runtime/core/exec_aten/testing_util/test/ |
H A D | tensor_util_test.cpp | 500 #define TEST_ENTRY(ctype, dtype) \ in TEST() macro 507 #define TEST_ENTRY(ctype, dtype) \ in TEST() macro 514 #define TEST_ENTRY(ctype, dtype) \ in TEST() macro 521 #define TEST_ENTRY(ctype, dtype) test_data_equal<ScalarType::dtype>({}, {}); in TEST() macro 572 #define TEST_ENTRY(ctype, dtype) \ in TEST() macro 579 #define TEST_ENTRY(ctype, dtype) \ in TEST() macro
|