Searched refs:shape_j (Results 1 – 1 of 1) sorted by relevance
1603 const auto shape_j = properties.GetOutputProperties("j").at(0).shape(); in TEST_F() local1604 ASSERT_EQ(1, shape_j.dim_size()); in TEST_F()1605 EXPECT_EQ(shape_j.dim(0).size(), shape_a.dim(1).size()); in TEST_F()