Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_test.cc518 TEST(BatchMatchingTest, AllMatch) { in TEST() argument
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestOps.td448 TEST_Op<"four_equals_five", [AllMatch<["5", "4"], "4 equals 5">]>;
452 [AllMatch<[Rank<"operand">.result, ElementCount<"result">.result],
/external/llvm-project/mlir/include/mlir/IR/
DOpBase.td2146 class AllMatch<list<string> values, string description> :