Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_test.cc125 Shape dynamic_tuple = tuple_; in TEST_F() local
126 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() local
139 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()