Searched refs:other_tuple2 (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
H A Dlayout_util_test.cc66 Shape other_tuple2 = ShapeUtil::MakeTupleShape({shape, other_shape}); local
68 EXPECT_TRUE(LayoutUtil::LayoutsInShapesEqual(tuple2, other_tuple2));
69 EXPECT_TRUE(LayoutUtil::LayoutsInShapesEqual(other_tuple2, tuple2));

Completed in 129 milliseconds