Home
last modified time | relevance | path

Searched refs:test_data_equal (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/executorch/runtime/core/exec_aten/testing_util/test/
H A Dtensor_util_test.cpp473 void test_data_equal( in test_data_equal() function
501 test_data_equal<ScalarType::dtype>({3, 4, 5}, {3, 4, 5}); in TEST()
508 test_data_equal<ScalarType::dtype>({3, 4, 5}, {3, 5, 4}); in TEST()
515 test_data_equal<ScalarType::dtype>({3, 4, 0, 5}, {3, 4, 0, 5}); in TEST()
521 #define TEST_ENTRY(ctype, dtype) test_data_equal<ScalarType::dtype>({}, {}); in TEST()
573 test_data_equal<ScalarType::dtype>({3, 4, 5}, {3, 4, 5}); in TEST()
580 test_data_equal<ScalarType::dtype>({3, 4, 5}, {3, 5, 4}); in TEST()