Searched refs:shape_e (Results 1 – 1 of 1) sorted by relevance
1587 const auto shape_e = properties.GetOutputProperties("e").at(0).shape(); in TEST_F() local1588 ASSERT_EQ(2, shape_e.dim_size()); in TEST_F()1589 EXPECT_EQ(shape_e.dim(0).size(), shape_c.dim(0).size()); in TEST_F()1590 EXPECT_NE(shape_e.dim(1).size(), shape_c.dim(1).size()); in TEST_F()1591 EXPECT_NE(shape_e.dim(0).size(), shape_d.dim(0).size()); in TEST_F()