Searched refs:shape_f (Results 1 – 1 of 1) sorted by relevance
1593 const auto shape_f = properties.GetOutputProperties("f").at(0).shape(); in TEST_F() local1594 ASSERT_EQ(2, shape_f.dim_size()); in TEST_F()1595 EXPECT_EQ(shape_f.dim(0).size(), shape_a.dim(0).size()); in TEST_F()1596 EXPECT_EQ(shape_f.dim(1).size(), shape_a.dim(1).size()); in TEST_F()1599 ASSERT_EQ(2, shape_f.dim_size()); in TEST_F()