Searched refs:TestTuple (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops_test.py | 51 TestTuple = collections.namedtuple("TestTuple", "a b") variable 858 shape = TestTuple(tensor_shape.TensorShape([]), 860 fn_true = lambda: TestTuple(constant_op.constant(1), 2) 861 fn_false = lambda: TestTuple(constant_op.constant(3), 4) 863 self._testReturnValues(fn_true, fn_false, TestTuple(1, 2), TestTuple(3, 4)) 868 TestTuple(tensor_shape.TensorShape([]), 876 TestTuple(constant_op.constant(2), [3, 4]), 881 TestTuple(constant_op.constant(12), [13, 14]), 887 [1, TestTuple(2, [3, 4]), np.zeros([5, 5]), 6], 888 [11, TestTuple(12, [13, 14]), [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_iterlen.py | 109 class TestTuple(TestInvariantWithoutMutations): class 243 TestTuple,
|
/external/python/cpython3/Lib/test/ |
D | test_iterlen.py | 94 class TestTuple(TestInvariantWithoutMutations, unittest.TestCase): class
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 1104 using TestTuple = std::tuple<const char *, const char *, const char *>; in TEST() typedef 1105 std::vector<TestTuple> Tests; in TEST()
|