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