Searched refs:dynamic_tuple (Results 1 – 1 of 1) sorted by relevance
125 Shape dynamic_tuple = tuple_; in TEST_F() local126 EXPECT_TRUE(dynamic_tuple.is_static()); in TEST_F()127 ShapeUtil::GetMutableSubshape(&dynamic_tuple, {2}) in TEST_F()129 EXPECT_FALSE(dynamic_tuple.is_static()); in TEST_F()138 Shape dynamic_tuple = tuple_; in TEST_F() local139 EXPECT_TRUE(dynamic_tuple.is_static()); in TEST_F()140 ShapeUtil::GetMutableSubshape(&dynamic_tuple, {2}) in TEST_F()142 EXPECT_FALSE(dynamic_tuple.is_static()); in TEST_F()