Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/kernels/test/
H A Dop_isnan_test.cpp30 void test_sanity_check() { in test_sanity_check() function in OpIsNanTest
48 #define TEST_ENTRY(ctype, dtype) test_sanity_check<ScalarType::dtype>(); in TEST_F()
H A Dop_isinf_test.cpp30 void test_sanity_check() { in test_sanity_check() function in OpIsInfTest
48 #define TEST_ENTRY(ctype, dtype) test_sanity_check<ScalarType::dtype>(); in TEST_F()
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/stdlib/intervals/
H A Dintersect_tests.py515 def test_sanity_check(self): member in IntervalsIntersect