Searched refs:tuple4 (Results 1 – 3 of 3) sorted by relevance
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/ |
D | PairsTagTest.java | 53 Object[] tuple4 = list1.get(3); in testPairs() local 54 assertEquals(2, tuple4.length); in testPairs() 55 assertEquals("meeting", tuple4[0]); in testPairs() 56 assertEquals("with client.", tuple4[1]); in testPairs()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_alias_analysis_test.cc | 875 auto tuple4 = in TEST_F() local 883 tuple_shape, HloOpcode::kTupleSelect, pred, tuple3, tuple4)); in TEST_F()
|
D | hlo_dataflow_analysis_test.cc | 894 auto tuple4 = in TEST_P() local 902 tuple_shape, HloOpcode::kTupleSelect, pred, tuple3, tuple4)); in TEST_P()
|