Home
last modified time | relevance | path

Searched defs:TestCond (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DLibcTest.h44 enum class TestCond { EQ, NE, LT, LE, GT, GE }; enum
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dfunctional_ops_test.py799 def TestCond(n, *args): function
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/linalg/
H A Dtest_linalg.py818 class TestCond(CondCases, TestCase): class