Home
last modified time | relevance | path

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

/external/llvm-libc/test/UnitTest/
DLibcTest.h43 enum class TestCond { EQ, NE, LT, LE, GT, GE }; enum
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dfunctional_ops_test.py799 def TestCond(n, *args): function