Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc949 const Shape twod_shape = ShapeUtil::MakeShape(element_type, {2, 3}); in TEST_F() local
953 ASSERT_TRUE(ShapeUtil::Equal(twod_shape, status.ValueOrDie())); in TEST_F()
958 ASSERT_TRUE(ShapeUtil::Equal(twod_shape, status.ValueOrDie())); in TEST_F()